mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-27 19:12:39 +02:00
16 lines
217 B
TOML
16 lines
217 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
pelican = "*"
|
|
markdown = "*"
|
|
datefinder = "*"
|
|
typogrify = "*"
|
|
ghp-import = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.9"
|