forked from emfcamp/Website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
77 lines (67 loc) · 1.44 KB
/
Copy pathPipfile
File metadata and controls
77 lines (67 loc) · 1.44 KB
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
73
74
75
76
77
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
decorator = "*"
"iso8601" = "*"
python-levenshtein = "==0.12.0"
simplejson = "*"
requests = "*"
markdown = "==2.6.9"
inlinestyler = "==0.2.3"
flask = "==0.12.2"
"jinja2" = "==2.9.6"
flask-cdn = "==1.5.3"
flask-cache = "==0.13.1"
python-memcached = "==1.58"
flask-sqlalchemy = "==2.3.2"
sqlalchemy = "==1.1.18"
"psycopg2" = "==2.7.3.1"
sqlalchemy-utils = "==0.32.17"
sqlalchemy-continuum = "==1.3.4"
flask-migrate = "==2.1.1"
alembic = "==0.9.9"
mako = "==1.0.7"
flask-assets = "==0.12"
webassets = "==0.12.1"
pyscss = "==1.3.5"
pathlib = "==1.0.1"
cssmin = "==0.2.0"
jsmin = "==2.2.2"
flask-mail = "==0.9.1"
flask-wtf = "==0.12"
wtforms = "==2.2.1"
flask-script = "==2.0.6"
flask-login = "==0.4.0"
flask-debugtoolbar = "*"
gunicorn = "*"
eventlet = "*"
qrcode = "==5.3"
pybarcode = {git = "https://github.com/emfcamp/python-barcode"}
pillow = "*"
icalendar = "==3.11.7"
pytz = "*"
"mailchimp3" = "==2.0.17"
gocardless-pro = "==1.2.0"
stripe = "==1.66.0"
ofxparse = "==0.16"
funcsigs = "==1.0.2"
unicodecsv = "==0.14.1"
python-dateutil = "*"
slotmachine = {editable = true, git = "https://github.com/emfcamp/slotmachine.git"}
awesome-slugify = "*"
faker = "*"
pyyaml = "*"
prometheus-client = "*"
pyppeteer = "*"
[dev-packages]
pytest = "*"
mock = "*"
"flake8" = "*"
locust = "*"
ipdb = "*"
hypothesis = "*"
pytest-random-order = "*"
[requires]
python_version = "3.5"