forked from Geotab/mygeotab-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
28 lines (25 loc) · 759 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
[[source]]
name = "pypi"
url = "https://pypi.python.org/simple"
verify_ssl = true
[dev-packages]
coverage = "*"
flake8 = "*"
pytest = "*"
pytest-cov = "*"
rope = "*"
mygeotab = {editable = true,path = "."}
mypy = {markers = "python_version >= '3.5'",version = "*"}
pytest-asyncio = {markers = "python_version >= '3.5'",version = "*"}
sphinx = {markers = "python_version >= '3'",version = "*"}
sphinx-rtd-theme = {markers = "python_version >= '3'",version = "*"}
black = {markers = "python_version >= '3.6'",version = "*"}
requests-mock = "*"
pytest-datadir = "*"
pytest-benchmark = "*"
pytest-monkeytype = {markers = "python_version >= '3.6'",version = "*"}
pandas = "*"
[packages]
mygeotab = {editable = true,path = "."}
[pipenv]
allow_prereleases = true