We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a51682 commit 2ec4ee2Copy full SHA for 2ec4ee2
2 files changed
packages/google-auth/setup.py
@@ -19,9 +19,9 @@
19
20
21
DEPENDENCIES = (
22
- 'cachetools>=2.0.0',
+ 'cachetools>=2.0.0,<3.0',
23
'pyasn1-modules>=0.2.1',
24
- 'rsa>=3.1.4',
+ 'rsa>=3.1.4,<4.0',
25
'setuptools>=40.3.0',
26
'six>=1.9.0',
27
)
packages/google-auth/tox.ini
@@ -7,7 +7,7 @@ deps =
7
flask
8
mock
9
oauth2client
10
- pytest
+ pytest<5.0
11
pytest-cov
12
pytest-localserver
13
requests
0 commit comments