-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPipfile
72 lines (68 loc) · 1.1 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
72
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
faker = "*"
ipdb = "*"
ipython = "*"
flask-shell-ipython = "*"
[packages]
alembic = "*"
blinker = "*"
cairocffi = "*"
cffi = "*"
cssselect = "*"
gunicorn = "*"
html5lib = "*"
itsdangerous = "*"
lxml = "*"
ntplib = "*"
pdfdocument = "*"
pycparser = "*"
python-dateutil = "*"
python-editor = "*"
pytz = "*"
redis = "*"
reportlab = "*"
simplekv = "*"
six = "*"
tinycss = "*"
xhtml2pdf = "*"
CairoSVG = "*"
Flask = "*"
Flask-Bootstrap = "*"
Flask-Cors = "*"
Flask-KVSession = "*"
Flask-Login = "*"
Flask-Mail = "*"
Flask-Migrate = "*"
Flask-Moment = "*"
Flask-SeaSurf = "*"
Flask-Session = "*"
Flask-SQLAlchemy = "*"
Flask-WeasyPrint = "*"
Flask-WTF = "*"
ForgeryPy = "*"
Jinja2 = "*"
Mako = "*"
MarkupSafe = "*"
Pillow = "*"
PyPDF2 = "*"
Pyphen = "*"
SQLAlchemy = "*"
WeasyPrint = "*"
Werkzeug = "*"
WTForms = "*"
psycopg2-binary = "*"
sphinx = "*"
sphinx-rtd-theme = "*"
python-dotenv = "*"
email-validator = "*"
faker = "*"
xlsxwriter = "*"
flask-shell-ipython = "*"
[requires]
python_version = "3.6"
[pipenv]
allow_prereleases = true