-
-
Notifications
You must be signed in to change notification settings - Fork 160
Expand file tree
/
Copy pathPipfile
More file actions
30 lines (28 loc) · 686 Bytes
/
Pipfile
File metadata and controls
30 lines (28 loc) · 686 Bytes
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
autopep8 = "*"
pycodestyle = "*"
[packages]
django = "~=6.0.0"
django-huey = "*"
django-sass-processor = {extras = ["management-command"], version = "*"}
pillow = "*"
whitenoise = "*"
gunicorn = "*"
httptools = "*"
django-basicauth = "*"
psycopg = {extras = ["binary", "pool"], version = "*"}
mysqlclient = "*"
PySocks = "*"
urllib3 = {extras = ["socks"], version = "*"}
requests = {extras = ["socks"], version = "*"}
yt-dlp = {extras = ["default", "curl-cffi"], version = "*"}
emoji = "*"
brotli = "*"
html5lib = "*"
bgutil-ytdlp-pot-provider = "~=1.3.1"
yt-dlp-remote-cipher = "*"
babi = "*"