forked from smartshare-labs/django-serverless
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
49 lines (45 loc) · 846 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
black = "*"
flake8 = "*"
pathlib = "*"
flask = "*"
python-dotenv = "*"
autopep8 = "*"
[packages]
astroid = "==2.2.5"
atomicwrites = "==1.3.0"
attrs = "==19.1.0"
geographiclib = "==1.49"
geopy = "==1.20.0"
importlib-metadata = "==0.17"
isort = "==4.3.21"
lazy-object-proxy = "==1.4.2"
mccabe = "==0.6.1"
more-itertools = "==7.0.0"
pep8 = "==1.7.1"
pluggy = "==0.12.0"
py = "==1.8.0"
pylint = "==2.3.1"
pyparsing = "==2.4.0"
pytest = "==4.6.2"
redis = "==3.3.7"
six = "==1.12.0"
typed-ast = "==1.4.0"
wcwidth = "==0.1.7"
wrapt = "==1.11.2"
zipp = "==0.5.1"
PyMySQL = "==0.9.3"
django = "*"
djangorestframework = "*"
psycopg2-binary = "*"
bson = "*"
python-dotenv = "*"
foursquare = "*"
[requires]
python_version = "3.7"
[pipenv]
allow_prereleases = true