2019-07-26 16:54:01 +02:00
|
|
|
[[source]]
|
|
|
|
name = "pypi"
|
|
|
|
url = "https://pypi.org/simple"
|
|
|
|
verify_ssl = true
|
|
|
|
|
|
|
|
[dev-packages]
|
2019-07-26 23:32:53 +02:00
|
|
|
pytest = "*"
|
2019-07-28 09:06:41 +02:00
|
|
|
ipython = "*"
|
2019-07-28 16:46:30 +02:00
|
|
|
flake8 = "*"
|
2019-08-09 00:30:37 +02:00
|
|
|
pytest-clarity = "*"
|
2019-08-29 00:08:38 +02:00
|
|
|
black = "*"
|
|
|
|
isort = "*"
|
2019-07-26 16:54:01 +02:00
|
|
|
|
|
|
|
[packages]
|
|
|
|
pandas = "*"
|
2019-07-26 22:14:10 +02:00
|
|
|
python-stdnum = "*"
|
2019-07-28 16:05:17 +02:00
|
|
|
xlrd = "*"
|
2019-07-29 23:30:31 +02:00
|
|
|
requests = "*"
|
|
|
|
requests-cache = "*"
|
2019-07-30 15:39:26 +02:00
|
|
|
pycountry = "*"
|
2019-08-02 09:58:21 +02:00
|
|
|
csv-metadata-quality = {editable = true,path = "."}
|
2019-07-26 16:54:01 +02:00
|
|
|
|
|
|
|
[requires]
|
|
|
|
python_version = "3.7"
|
2019-08-09 00:30:37 +02:00
|
|
|
|
|
|
|
[pipenv]
|
|
|
|
allow_prereleases = true
|