Skip to content

Commit a82e048

Browse files
committed
urllib lib dependency version removed
1 parent 67fd4c1 commit a82e048

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

generator/cybersource-python-template/requirements.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ pyOpenSSL
55
DateTime
66
setuptools
77
six
8-
urllib3==1.26.5
8+
urllib3
99
cryptography

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ pyOpenSSL
55
DateTime
66
setuptools
77
six
8-
urllib3==1.26.5
8+
urllib3
99
cryptography

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"DateTime",
2828
"setuptools",
2929
"six",
30-
"urllib3==1.26.5",
30+
"urllib3",
3131
"cryptography",
3232
],
3333
packages=find_packages(),

0 commit comments

Comments
 (0)