Skip to content

Commit 48efec0

Browse files
Wojciech Wiśniewskizarazek
authored andcommitted
Synchronize requirements and setup.py to make it work correctly as dependency.
1 parent b19f69d commit 48efec0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

requirements

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
autobahn==17.6.2
22
twisted==17.5.0
3+
cryptography==2.0.3
34
pyOpenSSL==17.1.0
45
pgpy==0.4.2
56
six==1.10.0

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
install_requires=[
99
'autobahn==17.6.2',
1010
'twisted==17.5.0',
11+
'cryptography==2.0.3',
1112
'pyOpenSSL==17.1.0',
1213
'pgpy==0.4.2',
14+
'six==1.10.0'
1315
],
1416
)

0 commit comments

Comments
 (0)