forked from rootstrap/django-drip-campaigns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
52 lines (49 loc) · 999 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
41
42
43
44
45
46
47
48
49
50
51
52
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
appnope = "==0.1.0"
asgiref = "*"
astroid = "==2.4.1"
autopep8 = "==1.5.3"
backcall = "==0.1.0"
decorator = "==4.4.2"
django-timedeltafield = "==0.7.2"
docutils = "==0.16"
flake8 = "==3.8.2"
importlib-metadata = "==1.6.0"
ipdb = "==0.13.2"
ipython = "==7.14.0"
isort = "==4.3.21"
jedi = "==0.17.0"
lazy-object-proxy = "==1.4.3"
mccabe = "==0.6.1"
parso = "==0.7.0"
pexpect = "==4.8.0"
pickleshare = "==0.7.5"
prompt-toolkit = "==3.0.5"
ptyprocess = "==0.6.0"
pycodestyle = "==2.6.0"
pyflakes = "==2.2.0"
pylint = "==2.5.2"
pytz = "==2020.1"
six = "==1.14.0"
sqlparse = "==0.3.1"
toml = "==0.10.1"
traitlets = "==4.3.3"
typed-ast = "==1.4.1"
wcwidth = "==0.1.9"
wrapt = "==1.12.1"
zipp = "==3.1.0"
ipython_genutils = "==0.2.0"
Jinja2 = "==2.11.2"
MarkupSafe = "==1.1.1"
Pygments = "==2.6.1"
sphinx = "*"
sphinxcontrib-django = "*"
twine = "*"
[packages]
Django = "==3.0.7"
[requires]
python_version = "3.8"