Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.

Commit c5e6a36

Browse files
authored
1 parent ee224e3 commit c5e6a36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ deprecation==2.0.5
77
flake8==3.5.0
88
rlp==0.6.0
99
PyNaCl==1.2.1
10-
requests==2.18.4
10+
requests==2.20.0
1111
websocket_client==0.48.0
1212
validators==0.12.1
1313
eth-keyfile==0.5.1

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def get_version():
4747
'cryptography == 2.3',
4848
'rlp == 0.6.0',
4949
'PyNaCl == 1.2.1',
50-
'requests == 2.18.4',
50+
'requests == 2.20.0',
5151
'websocket_client == 0.48.0',
5252
'validators == 0.12.1',
5353
'eth-keyfile == 0.5.1'
@@ -56,7 +56,7 @@ def get_version():
5656
'Programming Language :: Python',
5757
'Programming Language :: Python :: 3.5',
5858
'Development Status :: 4 - Beta',
59-
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
59+
'License :: OSI Approved :: ISC License (ISCL)',
6060
'Intended Audience :: Developers',
6161
'Operating System :: OS Independent',
6262
],

0 commit comments

Comments
 (0)