Skip to content

Commit c089a8e

Browse files
authored
Merge pull request #85 from authorizon/fix_requirements
Fix requirements
2 parents 9c143ef + 3ca700b commit c089a8e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1+
idna<3,>=2.5
12
typer
23
aiofiles
34
aiohttp
45
broadcaster[postgres]
56
colorama
7+
fastapi==0.65.2
68
fastapi_websocket_pubsub>=0.1.18
79
fastapi_websocket_rpc>=0.1.18
8-
fastapi==0.65.2
910
GitPython
1011
gunicorn
1112
ipython

setup/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Project homepage: https://github.com/authorizon/opal
88
"""
99

10-
VERSION = (0, 1, 8)
10+
VERSION = (0, 1, 9)
1111
VERSION_STRING = '.'.join(map(str,VERSION))
1212

1313
__version__ = VERSION_STRING

0 commit comments

Comments
 (0)