~cypheon/dronecov

ref: faef64e04f38bfdbc5c5e0ba725aee1d677385c0 dronecov/Pipfile -rw-r--r-- 218 bytes
faef64e0 — Johann Rudloff Add server. 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
flask = ">=1.0.2"
Flask-SQLAlchemy = ">=2.3.2"
gunicorn = "*"

[dev-packages]
tavern = ">=0.19"

[requires]
python_version = "3.7"