Skip to content

Commit 3394b4d

Browse files
committed
trigger build w/ newer deps
1 parent 294ab55 commit 3394b4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
from setuptools import find_packages, setup
44
from setuptools.command.test import test as TestCommand
55

6-
requests = "requests>=2.3.0,<3"
6+
requests = "requests>=2.22.0,<3"
77

88
install_requires = [
99
"pycryptodomex==3.8.1",
1010
requests,
1111
"pyjwt==1.7.1",
12-
"six>=1.8.0",
12+
"six>=1.12.0",
1313
]
1414
long_description = open("README.md", "r").read()
1515
tests_require = ["pytest"]

0 commit comments

Comments
 (0)