We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82bb000 commit a2f3fdeCopy full SHA for a2f3fde
.gitignore
@@ -1,5 +1,6 @@
1
# python
2
.venv
3
+.mypy_cache
4
5
# env
6
env/discord-bot.env
Dockerfile
@@ -1,4 +1,4 @@
-FROM python:3.11.8-slim-bookworm
+FROM python:3.11.13-slim-bookworm
ENV PYTHONUNBUFFERED 1
ENV PATH=/root/.local/bin:$PATH
requirements-dev.txt
@@ -0,0 +1,2 @@
+-r requirements.txt
+requirementscheck==0.1.0
requirements.txt
@@ -1 +1 @@
-discord.py==2.3.2
+discord.py==2.6.3
0 commit comments