There was an error while loading. Please reload this page.
1 parent 618356e commit 8f96935Copy full SHA for 8f96935
1 file changed
setup.py
@@ -55,8 +55,8 @@
55
install_requires = [
56
'requests>=2.27.1,<2.29.0',
57
'confuse>=1.7,<2.1',
58
- 'cachetools~=5.3.0',
59
- 'cryptographys~=39.0.2'
+ 'cachetool>=4.2,<5.4',
+ 'cryptography>=38.0.0,<40.0.0'
60
],
61
license="Apache License 2.0",
62
classifiers=[
0 commit comments