mirror of
https://github.com/cupcakearmy/advent-of-code.git
synced 2024-11-17 10:30:29 +01:00
14 lines
164 B
TOML
14 lines
164 B
TOML
|
[[source]]
|
||
|
url = "https://pypi.org/simple"
|
||
|
verify_ssl = true
|
||
|
name = "pypi"
|
||
|
|
||
|
[packages]
|
||
|
|
||
|
[dev-packages]
|
||
|
mypy = "*"
|
||
|
autopep8 = "*"
|
||
|
|
||
|
[requires]
|
||
|
python_version = "3.9"
|