Skip to content

Commit

Permalink
Fix documentation build failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
lhartung committed May 6, 2019
1 parent 1f7cdb6 commit 23b09b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ cffi==1.7.0
chardet==3.0.4
click==6.7
colorama==0.3.7
configparser==3.7.1
coverage==4.1
cryptography==2.4.2
docker==2.5.1
Expand All @@ -20,7 +21,7 @@ docopt==0.6.2
docutils==0.12
enum34==1.1.6
funcsigs==1.0.2
functools32==3.2.3.post2
functools32==3.2.3.post2; python_version < "3.2"
future==0.16.0
idna==2.8
imagesize==0.7.1
Expand Down Expand Up @@ -72,7 +73,6 @@ Twisted==16.2.0
txaio==2.5.1
txdbus==1.0.13
txmsgpackrpc==1.1
txsockjs==1.2.2
typing==3.6.2
urllib3==1.24.2
websocket-client==0.37.0
Expand Down

0 comments on commit 23b09b9

Please sign in to comment.