mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-04 21:43:00 +01:00
18 lines
222 B
TOML
18 lines
222 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
pytest = "*"
|
|
ipython = "*"
|
|
flake8 = "*"
|
|
|
|
[packages]
|
|
pandas = "*"
|
|
python-stdnum = "*"
|
|
xlrd = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|