-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
40 lines (35 loc) · 777 Bytes
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aiohttp = "==3.10.11"
aiohttp-jinja2 = "==1.5.0"
aiohttp-session = "==2.12.0"
aiohttp-debugtoolbar = "==0.6.0"
aiohttp-i18n = "==0.0.7"
aiotask-context = "==0.6.1"
peewee-async = "==0.8.1"
aioredis = "==1.3.1"
aiopg = "==1.4.0"
uvloop = "==0.17.0"
boto3 = "==1.28.29"
python-dotenv = "==1.0.0"
yt-dlp = "==2024.7.7"
Cerberus = "==1.3.5"
Babel = "==2.12.1"
sentry-sdk = "==2.8.0"
rq = "==1.15.1"
gunicorn = "==22.0.0"
PyJWT = "==2.8.0"
[dev-packages]
pytest = "==7.4.0"
pytest-aiohttp = "==1.0.4"
asynctest = "==0.13.0"
coverage = "==7.3.0"
black = "==24.3.0"
flake8 = "==6.1.0"
[requires]
python_version = "3.10"
# sudo apt install ffmpeg
# export LDFLAGS=$(pg_config --ldflags)