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 663b54a + 945450e commit 38fc863Copy full SHA for 38fc863
pip-requirements.txt
@@ -1,2 +1,2 @@
1
-requests==2.18.4
+requests>=2.20.0
2
typing==3.6.4
setup.py
@@ -11,6 +11,6 @@
11
author_email='corey.a.petty@gmail.com',
12
description='Python Bindings to Etherscan.io API',
13
install_requires=[
14
- 'requests==2.18.4',
+ 'requests>=2.20.0',
15
],
16
)
0 commit comments