Skip to content
Snippets Groups Projects
Verified Commit 6d35d92e authored by Georg Krause's avatar Georg Krause
Browse files

chore: Update dependencies

parent 92fd2b99
No related tags found
1 merge request!43Apply patches from the server
Pipeline #26089 failed with stage
in 2 minutes and 10 seconds
This diff is collapsed.
......@@ -5,10 +5,9 @@ description = ""
authors = ["Funkwhale Collective"]
[tool.poetry.dependencies]
python = "~3.9"
python = ">=3.9,<4.0"
aiopg = "1.3.3"
aiohttp = "3.8.1"
arq = "0.22"
click = "8.1.3"
aioredis = "1.3.0"
marshmallow = "~=3"
......@@ -17,6 +16,8 @@ asynctest = "0.13.0"
django-environ = "0.8.1"
webargs = "8.1.0"
tabulate = "0.8.9"
arq = "0.22"
psycopg2 = "2.9.5"
[tool.poetry.dev-dependencies]
ipdb = "^0.13.9"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment