Skip to content

Commit 4fd3e82

Browse files
committed
Merge pull request #36 from launchdarkly/jko/compatible-requirements
Switch to using compatible requirements everywhere
2 parents 816fc04 + 3b5b123 commit 4fd3e82

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)