Skip to content

Commit

Permalink
fix for fresh installation (add asyncio-timeout to requirements)
Browse files Browse the repository at this point in the history
  • Loading branch information
avollkopf committed Jan 1, 2024
1 parent 272cb9f commit 3bf639d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cbpi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "4.3.0"
__version__ = "4.3.1.a1"
__codename__ = "Winter Storm"

3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ aiohttp-auth==0.1.1
aiohttp-route-decorator==0.1.4
aiohttp-security==0.5.0
aiohttp-session==2.12.0
aiohttp-swagger==1.0.16
aiohttp-swagger==1.0.16
async-timeout==4.0.3
aiojobs==1.2.1
aiosqlite==0.17.0
cryptography==41.0.7
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"aiohttp-security==0.5.0",
"aiohttp-session==2.12.0",
"aiohttp-swagger==1.0.16",
"async-timeout==4.0.3",
"aiojobs==1.2.1 ",
"aiosqlite==0.17.0",
"cryptography==41.0.7",
Expand Down

0 comments on commit 3bf639d

Please sign in to comment.