mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-16 02:57:04 +01:00
Alan Orth
8fb40d96b1
This helps you understand the cryptic assertion error output from pytest. For some reason pytest-clarity is a pre-release package so we need to install it in pipenv with --pre.
26 lines
382 B
TOML
26 lines
382 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
pytest = "*"
|
|
ipython = "*"
|
|
flake8 = "*"
|
|
pytest-clarity = "*"
|
|
|
|
[packages]
|
|
pandas = "*"
|
|
python-stdnum = "*"
|
|
xlrd = "*"
|
|
requests = "*"
|
|
requests-cache = "*"
|
|
pycountry = "*"
|
|
csv-metadata-quality = {editable = true,path = "."}
|
|
|
|
[requires]
|
|
python_version = "3.7"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|