Skip to content

Commit 1f0080b

Browse files
committed
Unpin library version requirements
1 parent 200abf6 commit 1f0080b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ asynctest
22
colorama
33
coverage
44
tox
5-
authlib==0.15.2
6-
httpx==0.16.1
5+
authlib
6+
httpx
77
nose
88
python-dateutil
99
pytest

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
],
3131
python_requires='>=3.6',
3232
install_requires=[
33-
'authlib==0.15.2',
34-
'httpx==0.16.1',
33+
'authlib',
34+
'httpx',
3535
'python-dateutil',
3636
'selenium',
3737
'websockets'],

0 commit comments

Comments
 (0)