Compare commits
3 Commits
6796ad2451
...
1156a32a88
Author | SHA1 | Date | |
---|---|---|---|
![]() |
1156a32a88 | ||
d848af524f | |||
c9f88c36cd |
@@ -1,4 +1,4 @@
|
|||||||
FROM python:slim
|
FROM python:3.11-slim
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
aiohttp
|
aiohttp==3.8.6
|
||||||
alembic==1.11.3
|
alembic==1.11.3
|
||||||
ariadne>=0.17.0
|
ariadne>=0.17.0
|
||||||
asyncio~=3.4.3
|
asyncio~=3.4.3
|
||||||
|
1
runtime.txt
Normal file
1
runtime.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
python-3.11.7
|
Reference in New Issue
Block a user