forked from fossasia/open-event-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Pipfile
73 lines (70 loc) · 1.71 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
73
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pycparser = "==2.19"
flask-script = "<2.1,>=2.0.5"
requests-oauthlib = ">=0.7.0,<2"
icalendar = ">=3.11,<5"
requests = {version = ">=2.20.0,<3", extras = ["security"]}
"psycopg2-binary" = "*"
itsdangerous = ">=0.24,<1.2"
humanize = ">=0.5.1,<0.6"
celery = "<4,>=3.1.23"
redis = ">=2.10.5,<3"
amqp = ">=1.4.9,<2.0"
gunicorn = "<20,>=19.6.0"
boto = ">=2.45.0,<3"
"geoip2" = ">=2.4.2,<3"
arrow = ">=0.10.0,<1"
unicode-slugify = ">=0.1.3,<1"
bleach = ">=2.1.3"
stripe = ">=1.44.0,<3"
"xhtml2pdf" = "*"
forex-python = "<1,>=0.3.1"
"oauth2" = "<2,>=1.9.0.post1"
qrcode = ">=5.3,<7"
python-magic = "<1,>=0.4.12"
python-geoip = "<2,>=1.2"
"marrow.mailer" = "<5,>=4.0.2"
python-pentabarf-xml = "==0.19"
"python-geoip-geolite2" = "*"
pycountry = "*"
pytz = "*"
diff-match-patch = "*"
blinker = "*"
envparse = "*"
flask-admin = "*"
google-compute-engine = "*"
raven = {version = "*", extras = ["flask"]}
healthcheck = "*"
elasticsearch-dsl = "*"
paypalrestsdk = "*"
eventlet = "*"
Flask = ">=1.0,<1.1"
Flask-SQLAlchemy = ">=2.1,<2.5"
Flask-Migrate = ">=2.0.0,<3"
Flask-Login = "<1,>=0.4"
Flask-Scrypt = ">=0.1.3.6,<0.2"
Flask-JWT = ">=0.3.2,<0.4"
SQLAlchemy-Utils = ">=0.32.12,<0.34"
APScheduler = ">=3.3.0,<4"
Pillow = "*"
SQLAlchemy-Continuum = "<2,>=1.2.4"
Flask-Caching = ">=1.4.0,<1.8"
Flask-Cors = ">=3.0.2,<3.1"
Flask-REST-JSONAPI = {editable = true, ref = "shubhamp-master", git = "https://github.com/fossasia/flask-rest-jsonapi.git"}
WTForms = "*"
factory_boy = "*"
Flask-Redis = "*"
SQLAlchemy = ">=1.3.0,<2.0.0"
Flask-Elasticsearch = "*"
[dev-packages]
nose = "*"
pylint = "*"
"pep8" = "*"
coverage = "*"
dredd-hooks = "*"
[requires]
python_version = "3.6"