Skip to content

Commit 6921558

Browse files
authored
Use uv.lock to stop heroku crashes (#324)
* Add requirements.txt for Heroku deployment * Use .python-version instead of runtime.txt for heroku * add uv.lock
1 parent 93377f3 commit 6921558

File tree

4 files changed

+2561
-251
lines changed

4 files changed

+2561
-251
lines changed

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.13

requirements.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
PyGithub
2+
aiohttp
3+
discord.py
4+
audioop-lts; python_version >= '3.13'
5+
python-dotenv
6+
requests
7+
modal
8+
psycopg2-binary
9+
yoyo-migrations
10+
better_profanity
11+
PyYAML
12+
fastapi[all]
13+
uvicorn
14+
jinja2

runtime.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)