mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2024-11-09 18:08:00 +00:00
17 lines
211 B
TOML
17 lines
211 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
aiohttp = "*"
|
|
pycrypto = "*"
|
|
simplejson = "*"
|
|
pyyaml = "*"
|
|
blinker = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.6"
|