20 lines
289 B
TOML
20 lines
289 B
TOML
|
[[source]]
|
||
|
url = "https://pypi.org/simple"
|
||
|
verify_ssl = true
|
||
|
name = "pypi"
|
||
|
|
||
|
[packages]
|
||
|
watchgod = "*"
|
||
|
aiohttp = "*"
|
||
|
pyjwt = {extras = ["crypto"], version = "*"}
|
||
|
aiohttp-tokenauth = "*"
|
||
|
rsa = "*"
|
||
|
|
||
|
[dev-packages]
|
||
|
|
||
|
[requires]
|
||
|
python_version = "3.8"
|
||
|
|
||
|
[scripts]
|
||
|
server = "watchgod server.main"
|