mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-23 20:11:07 +00:00
14 lines
170 B
TOML
14 lines
170 B
TOML
|
[[source]]
|
||
|
name = "pypi"
|
||
|
url = "https://pypi.org/simple"
|
||
|
verify_ssl = true
|
||
|
|
||
|
[dev-packages]
|
||
|
|
||
|
[packages]
|
||
|
cryptography = "*"
|
||
|
pytest = "*"
|
||
|
|
||
|
[requires]
|
||
|
python_version = "3.7"
|