Skip to content

Commit 3b5b123

Browse files
committed
Use >= specifiers for requirements
1 parent b378270 commit 3b5b123

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
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

0 commit comments

Comments
 (0)