forked from rabBit64/Boss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
52 lines (49 loc) · 1.03 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
asgiref = "==3.6.0"
pytz = "==2022.7.1"
sqlparse = "==0.4.3"
ipython = "==8.13.2"
django-extensions = "==3.2.1"
pillow = "==9.5.0"
django-imagekit = "==4.1.0"
django = "==3.2.18"
python-dotenv = "==1.0.0"
appnope = "==0.1.3"
asttokens = "==2.2.1"
backcall = "==0.2.0"
decorator = "==5.1.1"
django-appconf = "==1.0.5"
executing = "==1.2.0"
jedi = "==0.18.2"
matplotlib-inline = "==0.1.6"
parso = "==0.8.3"
pexpect = "==4.8.0"
pickleshare = "==0.7.5"
pilkit = "==2.0"
prompt-toolkit = "==3.0.38"
ptyprocess = "==0.7.0"
pure-eval = "==0.2.2"
pygments = "==2.15.1"
six = "==1.16.0"
stack-data = "==0.6.2"
traitlets = "==5.9.0"
wcwidth = "==0.2.6"
gunicorn = "==20.1.0"
mysqlclient = "==2.1.1"
pymysql = "==1.0.3"
boto3 = "==1.26.132"
botocore = "==1.29.132"
jmespath = "==1.0.1"
python-dateutil = "==2.8.2"
s3transfer = "==0.6.1"
urllib3 = "==1.26.15"
requests = "*"
django-debug-toolbar = "*"
django-storages = "*"
[dev-packages]
[requires]
python_version = "3.11"