Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Force an action rebuild
16 lines
209 B
TOML
16 lines
209 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
pygame = "*"
|
|
|
|
[dev-packages]
|
|
black = "*"
|
|
flake8 = "*"
|
|
|
|
[requires]
|
|
python_version = "3.11"
|
|
python_full_version = "3.11.3"
|
|
|