forked from longguikeji/arkid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
51 lines (47 loc) · 1.04 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
[[source]]
url = "https://mirrors.aliyun.com/pypi/simple/"
verify_ssl = true
name = "pypi"
[[source]]
url = "https://mirrors.aliyun.com/pypi/simple"
verify_ssl = true
[packages]
django = "==2.0.13"
djangorestframework = "==3.10.2"
django-cors-headers = "==2.5.3"
celery = "==4.2.1"
coreapi = "==2.3.3"
django-celery-results = "==1.0.1"
django-celery-beat = "==1.1.1"
pylint = "*"
rules = "==2.0"
ldap3 = "==2.5.2"
passlib = "*"
pypinyin = "*"
django-oauth-toolkit = "==1.2.0"
django-cors-middleware = "==1.4.0"
redis = "==3.2.0"
django-simple-captcha = "==0.5.12"
aliyun-python-sdk-core-v3 = "==2.8.6"
sqlparse = "*"
kubernetes = "==10.0.0"
pymysql = "==0.9.3"
django-jsonfield = "==1.2.0"
minio = "==4.0.18"
cryptography = "==2.8"
django-redis = "==4.10.0"
alipay-sdk-python = "==3.3.202"
pysaml2 = "==4.9.0"
mako = "==1.1.0"
pyasn1 = "==0.4.8"
repoze-who = "==2.3"
cherrypy = "==18.4.0"
[dev-packages]
ipython = "*"
pre-commit = "*"
pylint = "*"
yapf = "*"
v = {version = "*",editable = true}
pipenv-to-requirements = "*"
[requires]
python_version = "3.6"