mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2025-07-15 18:48:16 +02:00
csv_metadata_quality
data
tests
.build.yml
.flake8
.gitignore
.travis.yml
CHANGELOG.md
LICENSE.txt
Pipfile
Pipfile.lock
README.md
pytest.ini
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
Python 3.8.0 entered Arch Linux core repositories now and all tests pass with Python 3.8.0 so it's time...
30 lines
432 B
TOML
30 lines
432 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
pytest = "*"
|
|
ipython = "*"
|
|
flake8 = "*"
|
|
pytest-clarity = "*"
|
|
black = "*"
|
|
isort = "*"
|
|
csvkit = "*"
|
|
|
|
[packages]
|
|
pandas = "*"
|
|
python-stdnum = "*"
|
|
xlrd = "*"
|
|
requests = "*"
|
|
requests-cache = "*"
|
|
pycountry = "*"
|
|
csv-metadata-quality = {editable = true,path = "."}
|
|
langid = "*"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|