forked from Qwant/idunn
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
29 lines (26 loc) · 642 Bytes
/
Pipfile
File metadata and controls
29 lines (26 loc) · 642 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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
pytest = "*"
lovely-pytest-docker = "*"
freezegun = "*"
ipython = "*"
responses = "*"
[packages]
apistar = "==0.5.*"
elasticsearch = ">=2.0.0,<3.0.0"
requests = ">=2.20.0"
tzwhere = "*"
babel = "*"
pybreaker = "*"
redis = "*"
python-redis-rate-limit = "*"
prometheus-client = "*"
apistar-prometheus = "*"
python-json-logger = "*"
osm-humanized-opening-hours = {editable = true, ref = "d249acd791467d073cc4ef35cf14ac5ab0c429ae", git = "https://github.com/rezemika/humanized_opening_hours.git"}
pydantic = "*"
[requires]
python_version = "3.6"