forked from justincredble/circulation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
38 lines (35 loc) · 724 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aniso8601 = "==1.2.0"
bleach = "==1.4.2"
dominate = "==2.2.0"
gunicorn = "==19.7.1"
html5lib = "==0.9999999"
itsdangerous = "==0.24"
python-dateutil = "==2.6.0"
pytz = "==2017.2"
six = "==1.10.0"
visitor = "==0.1.2"
Flask = "==1.0.3"
Flask-Bootstrap = "==3.3.5.7"
Flask-Login = "==0.3.2"
Flask-PageDown = "==0.2.1"
Flask-RESTful = "==0.3.5"
Flask-SQLAlchemy = "==2.1"
Flask-Uploads = "==0.2.1"
Flask-WTF = "==0.12"
Jinja2 = "==2.10.1"
Markdown = "==2.6.6"
MarkupSafe = "==0.23"
SQLAlchemy = "==1.0.12"
Werkzeug = "==0.15.4"
WTForms = "==2.1"
click = "==7.0"
[dev-packages]
pytest = "*"
"flake8" = "*"
[requires]
python_version = "3.6"