forked from orchestracities/ngsi-timeseries-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
39 lines (36 loc) · 778 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
bitmath = "~=1.3"
certifi = "==2018.10.15"
"connexion[swagger-ui]" = "~=2.2"
crate = "~=0.22"
flask = "~=1.1.0"
geocoder = "~=1.33"
geojson = "~=2.4"
geomet = "~=0.2"
gunicorn = "~=20.0.4"
pg8000 = "==1.16.5"
pymongo = "~=3.4"
python-dateutil = ">=2.7"
pyyaml = ">=4.2"
objsize = "~=0.3"
redis = "~=2.10"
requests = ">=2.20"
pickle-mixin = "==1.0.2"
# run `pipenv install --dev` to get the packages below in your env
[dev-packages]
aiohttp = "~=3.7"
backoff = "~=1.1"
matplotlib = "~=3.3"
pandas = "~=1.1"
pytest-lazy-fixture = "~=0.6.3"
pytest-flask = "~=0.10"
pytest = "~=3.0"
pytest-cov = "~=2.7.1"
coveralls = "~=2.0"
lovely-pytest-docker = "~=0.2.0"
[requires]
python_version = "3.8"