-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPipfile
More file actions
39 lines (36 loc) · 799 Bytes
/
Pipfile
File metadata and controls
39 lines (36 loc) · 799 Bytes
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
feedparser = "==6.0.11"
loggly-python-handler = "==1.0.1"
lxml = "==5.2.2"
psycopg2-binary = "==2.9.9"
maxminddb-geolite2 = "==2018.703"
requests = "==2.28.1"
pycryptodome = "==3.16.0"
uszipcode = "==0.2.4"
Flask = "==2.1.3"
Flask-Bcrypt = "==1.0.1"
Flask-CORS = "==3.0.10"
Flask-JWT-Extended = "==4.4.4"
Flask-SQLAlchemy-Session = "==1.1"
Flask-Babel = "==2.0.0"
GeoAlchemy2 = "==0.11.1"
PyJWT = "==2.6.0"
SQLAlchemy = "==1.3.23"
Pillow = "==9.4.0"
pytest = "==7.2.0"
pytest-datadir = "==1.4.1"
bcrypt = "==4.0.1"
gunicorn = "==20.1.0"
werkzeug = "==2.0.3"
[dev-packages]
future = "==0.18.2"
coverage = "==7.0.3"
pep8 = "==1.7.1"
pycodestyle = "==2.10.0"
flake8 = "==6.0.0"
[requires]
python_version = "3.12"