mirror of
https://github.com/Xevion/recommit.git
synced 2025-12-06 03:16:09 -06:00
15 lines
186 B
TOML
15 lines
186 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
rich = "*"
|
|
requests = "*"
|
|
python-decouple = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.8"
|