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.
1 parent 200abf6 commit 1f0080bCopy full SHA for 1f0080b
requirements.txt
@@ -2,8 +2,8 @@ asynctest
2
colorama
3
coverage
4
tox
5
-authlib==0.15.2
6
-httpx==0.16.1
+authlib
+httpx
7
nose
8
python-dateutil
9
pytest
setup.py
@@ -30,8 +30,8 @@
30
],
31
python_requires='>=3.6',
32
install_requires=[
33
- 'authlib==0.15.2',
34
- 'httpx==0.16.1',
+ 'authlib',
+ 'httpx',
35
'python-dateutil',
36
'selenium',
37
'websockets'],
0 commit comments