mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 15:00:19 +00:00
19 lines
241 B
TOML
19 lines
241 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
"backports.csv" = "*"
|
|
odfpy = "*"
|
|
openpyxl = ">=2.4.0"
|
|
pandas = "*"
|
|
xlrd = "*"
|
|
xlwt = "*"
|
|
PyYAML = "*"
|
|
|
|
[requires]
|
|
python_version = "3.6"
|