Skip to content

Commit 64fec56

Browse files
committed
Switch to using compatible requirements everywhere
1 parent e8dd847 commit 64fec56

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CacheControl==0.10.2
2-
requests==2.4.0
3-
future==0.14.3
4-
sseclient==0.0.9
1+
CacheControl~=0.10.2
2+
requests~=2.4.0
3+
future~=0.14.3
4+
sseclient~=0.0.9

twisted-requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
txrequests>=0.9
2-
pyOpenSSL>=0.14
3-
txredis>=2.3
4-
cryptography>=1.0
1+
txrequests~=0.9
2+
pyOpenSSL~=0.14
3+
txredis~=2.3
4+
cryptography~=1.0

0 commit comments

Comments
 (0)