19 lines
248 B
TOML
19 lines
248 B
TOML
|
[[source]]
|
||
|
url = "https://pypi.org/simple"
|
||
|
verify_ssl = true
|
||
|
name = "pypi"
|
||
|
|
||
|
[packages]
|
||
|
aiohttp = "*"
|
||
|
aiohttp-basicauth = "*"
|
||
|
bcrypt = "*"
|
||
|
|
||
|
[dev-packages]
|
||
|
watchgod = "*"
|
||
|
|
||
|
[requires]
|
||
|
python_version = "3.8"
|
||
|
|
||
|
[scripts]
|
||
|
server = "watchgod main.server"
|