15 lines
183 B
TOML
15 lines
183 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
pytest = "*"
|
|
pytest-cov = "*"
|
|
|
|
[packages]
|
|
pydantic = "*"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|