forked from formspree/formspree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
51 lines (47 loc) · 968 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
[[source]]
verify_ssl = true
name = "pypi"
url = "https://pypi.org/simple"
[dev-packages]
python-dotenv = {version = "*"}
pytest = "*"
pytest-mock = "*"
pylint = "*"
requests-mock = "*"
pyppeteer = "*"
asyncio = "*"
pytest-asyncio = "*"
black = "*"
[requires]
python_version = "3.7"
[packages]
celery = "==4.3.0"
gunicorn = "==19.9.0"
hashids = "==1.2.0"
psycopg2 = "==2.8.3"
redis = "==2.10.5"
requests = "==2.22.0"
SQLAlchemy = "==1.3.8"
stripe = "==2.36.2"
structlog = "==19.1.0"
Flask = "==1.1.1"
Flask-CDN = "==1.5.3"
Flask-Cors = "==3.0.8"
Flask-Limiter = "==0.9.3"
Flask-Login = "==0.4.1"
Flask-Redis = "==0.4.0"
Flask-SQLAlchemy = "==2.4.0"
Flask-Testing = "==0.7.1"
unicodecsv = "==0.14.1"
flask-migrate = "==2.2.1"
premailer = "==3.6.1"
ptvsd = "==4.3.2"
pystache = "*"
"psycopg2-binary" = "*"
google-api-python-client = "*"
google-auth = "*"
google-auth-oauthlib = "*"
"google-auth-httplib2" = "*"
validate-email = "*"
[pipenv]
allow_prereleases = true