Skip to content

Commit

Permalink
Merge pull request #85 from authorizon/fix_requirements
Browse files Browse the repository at this point in the history
Fix requirements
  • Loading branch information
asafc authored Jun 27, 2021
2 parents 9c143ef + 3ca700b commit c089a8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
idna<3,>=2.5
typer
aiofiles
aiohttp
broadcaster[postgres]
colorama
fastapi==0.65.2
fastapi_websocket_pubsub>=0.1.18
fastapi_websocket_rpc>=0.1.18
fastapi==0.65.2
GitPython
gunicorn
ipython
Expand Down
2 changes: 1 addition & 1 deletion setup/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Project homepage: https://github.com/authorizon/opal
"""

VERSION = (0, 1, 8)
VERSION = (0, 1, 9)
VERSION_STRING = '.'.join(map(str,VERSION))

__version__ = VERSION_STRING
Expand Down

0 comments on commit c089a8e

Please sign in to comment.