aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2025-04-01 00:44:44 +0200
committerLinnea Gräf <nea@nea.moe>2025-04-01 00:44:44 +0200
commit022d631a0f8053af6fb0e180c8f3708591537481 (patch)
treeae27904c78f1697d9832b953209ab0ff4590ed4b /pyproject.toml
parent34b306f3d495bf8a5d51c8d07941ba90f196df25 (diff)
downloadadultnea-022d631a0f8053af6fb0e180c8f3708591537481.tar.gz
adultnea-022d631a0f8053af6fb0e180c8f3708591537481.tar.bz2
adultnea-022d631a0f8053af6fb0e180c8f3708591537481.zip
feat: Auto load .env
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index efe1583..cd2c3d5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,8 @@ dependencies = [
"discord.py-self>=2.0.1",
"pillow>=11.1.0",
# Required onpython 3.13+: https://docs.python.org/3/whatsnew/3.13.html#whatsnew313-pep594
- "audioop-lts"
+ "audioop-lts",
+ "python-dotenv>=1.1.0",
]
[dependency-groups]