forked from orchestracities/ngsi-timeseries-api
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Pipfile
43 lines (40 loc) · 840 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
bitmath = "~=1.3"
certifi = "==2018.10.15"
"connexion[swagger-ui]" = "~=2.2"
click = "~=7.1"
crate = "~=0.22"
flask = "~=1.1.0"
geojson = "~=2.4"
geomet = "~=0.2"
gunicorn = "~=20.1"
pg8000 = "==1.23.0"
pickle-mixin = "==1.0.2"
pydantic = "~=1.8"
pymongo = "~=3.4"
python-dateutil = ">=2.7"
pyyaml = ">=4.2"
objsize = "~=0.3"
redis = "~=3.5"
requests = ">=2.20"
rq = "~=1.8"
geopy = "~=2.2.0"
[dev-packages]
# run `pipenv install --dev` to get the packages below in your env
aiohttp = ">=3.7.4"
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.3.0"
pyyaml = "~=5.4"
[requires]
python_version = "3.8"