forked from mtianyan/VueDjangoAntdProBookShop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
71 lines (68 loc) · 1.14 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
asn1crypto = "*"
"backports.csv" = "*"
certifi = "*"
cffi = "*"
chardet = "*"
coreapi = "*"
coreschema = "*"
cryptography = "*"
defusedxml = "*"
diff-match-patch = "*"
django-cors-headers = "*"
django-crispy-forms = "*"
django-filter = "*"
django-formtools = "*"
django-guardian = "*"
django-import-export = "*"
django-qiniu-storage = "*"
django-redis = "*"
django-reversion = "*"
djangorestframework = "*"
djangorestframework-jwt = "*"
drf-extensions = "*"
future = "*"
httplib2 = "*"
idna = "*"
itypes = "*"
jdcal = "*"
mysqlclient = "*"
oauthlib = "*"
odfpy = "*"
openpyxl = "*"
pillow = "*"
pycparser = "*"
pycryptodome = "*"
pyjwt = "*"
python3-openid = "*"
pytz = "*"
qiniu = "*"
raven = "*"
redis = "*"
requests = "*"
requests-oauthlib = "*"
shellescape = "*"
six = "*"
social-auth-app-django = "*"
social-auth-core = "*"
sqlparse = "*"
tablib = "*"
unicodecsv = "*"
uritemplate = "*"
urllib3 = "*"
xlrd = "*"
xlwt = "*"
Django = "*"
et_xmlfile = "*"
Jinja2 = "*"
Markdown = "*"
MarkupSafe = "*"
Naked = "*"
PyYAML = "*"
[requires]
python_version = "3.7"