Skip to content

Commit

Permalink
fix pypi errror
Browse files Browse the repository at this point in the history
  • Loading branch information
Graeme22 committed May 12, 2022
1 parent 8507234 commit 0551b29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiohttp==3.7.4
git+https://github.com/Graeme22/aiocometd@0.4.5.3#egg=aiocometd
tastyworks-aiocometd==1.0
requests==2.26.0
pytest==6.2.4
pytest-cov==2.12.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
install_requires=[
'aiohttp<4',
'requests<3',
'aiocometd @ git+https://github.com/Graeme22/[email protected]#egg=aiocometd',
'tastyworks-aiocometd>=1.0',
'dataclasses'
],
packages=find_packages(exclude=['ez_setup', 'tests*']),
Expand Down

0 comments on commit 0551b29

Please sign in to comment.