We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 823f787 + 1da0d2e commit 390d026Copy full SHA for 390d026
ldclient/client.py
@@ -22,7 +22,6 @@
22
# noinspection PyUnresolvedReferences,PyPep8Naming
23
import Queue as queue # Python 3
24
25
-from cachecontrol import CacheControl
26
from threading import Lock
27
28
requirements.txt
@@ -1,5 +1,4 @@
1
backoff>=1.4.3
2
-CacheControl>=0.12.3
3
certifi>=2018.4.16
4
future>=0.16.0
5
six>=1.10.0
0 commit comments