Compare commits
1 Commits
main
...
6796ad2451
Author | SHA1 | Date | |
---|---|---|---|
![]() |
6796ad2451 |
5
.gitignore
vendored
5
.gitignore
vendored
@@ -150,8 +150,3 @@ backups/
|
|||||||
.ruff_cache
|
.ruff_cache
|
||||||
.venv
|
.venv
|
||||||
poetry.lock
|
poetry.lock
|
||||||
.devcontainer/devcontainer.json
|
|
||||||
localhost-key.pem
|
|
||||||
.gitignore
|
|
||||||
discoursio.db
|
|
||||||
localhost.pem
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3.11-slim
|
FROM python:slim
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
aiohttp==3.8.6
|
aiohttp
|
||||||
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 +0,0 @@
|
|||||||
python-3.11.7
|
|
Reference in New Issue
Block a user