We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c3a3a commit 2133d78Copy full SHA for 2133d78
.dockerignore
@@ -0,0 +1,10 @@
1
+.env
2
+.envrc
3
+.pytest_cache/
4
+env/
5
+.direnv/
6
+__pycache__/
7
+*.pyc
8
+celerybeat-schedule
9
+.eggs/
10
+*.egg-info/
requirements.txt
@@ -20,4 +20,5 @@ aiocontextvars
20
fastapi
21
uvicorn[standard]
22
uvloop
23
-numpy
+numpy
24
+asyncpg
0 commit comments