Skip to content

Commit

Permalink
Unpin library version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgolec committed Jan 13, 2021
1 parent 200abf6 commit 4cdf861
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ asynctest
colorama
coverage
tox
authlib==0.15.2
httpx==0.16.1
authlib
httpx
nose
python-dateutil
pytest
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
],
python_requires='>=3.6',
install_requires=[
'authlib==0.15.2',
'httpx==0.16.1',
'authlib',
'httpx',
'python-dateutil',
'selenium',
'websockets'],
Expand Down

0 comments on commit 4cdf861

Please sign in to comment.