mirror of
https://github.com/cupcakearmy/confluence-markdown-sync.git
synced 2024-12-21 23:46:25 +00:00
18 lines
228 B
TOML
18 lines
228 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
requests = "*"
|
|
markdown = "*"
|
|
py-gfm = "*"
|
|
python-dotenv = "*"
|
|
|
|
[dev-packages]
|
|
autopep8 = "*"
|
|
mypy = "*"
|
|
|
|
[requires]
|
|
python_version = "3.10"
|