mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-22 22:05:03 +01:00
Alan Orth
79b8f62a85
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
|