forked from rootstrap/django-drip-campaigns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
53 lines (50 loc) · 788 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
53
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
appnope = "*"
asgiref = "*"
astroid = "*"
autopep8 = "*"
backcall = "*"
decorator = "*"
docutils = "*"
flake8 = "*"
importlib-metadata = "*"
ipdb = "*"
ipython = "*"
isort = "*"
jedi = "*"
lazy-object-proxy = "*"
mccabe = "*"
parso = "*"
pexpect = "*"
pickleshare = "*"
prompt-toolkit = "*"
ptyprocess = "*"
pycodestyle = "*"
pyflakes = "*"
pylint = "*"
pytz = "*"
six = "*"
sqlparse = "*"
toml = "*"
traitlets = "*"
typed-ast = "*"
wcwidth = "*"
wrapt = "*"
zipp = "*"
ipython_genutils = "*"
Jinja2 = "*"
MarkupSafe = "*"
Pygments = "*"
sphinx = "*"
sphinxcontrib-django = "*"
twine = "*"
sphinx-rtd-theme = "*"
[packages]
Django = "==3.1.7"
apscheduler = "*"
[requires]
python_version = "3.8"