2022-11-20 06:45:47 +00:00
|
|
|
py_project(
|
2022-11-20 06:51:09 +00:00
|
|
|
name = "activitypub_relay",
|
2022-11-20 06:45:47 +00:00
|
|
|
lib_deps = [
|
|
|
|
py_requirement("aiohttp"),
|
2022-11-21 05:00:12 +00:00
|
|
|
py_requirement("aiohttp_basicauth"),
|
2022-11-20 06:45:47 +00:00
|
|
|
py_requirement("async_lru"),
|
|
|
|
py_requirement("cachetools"),
|
|
|
|
py_requirement("click"),
|
|
|
|
py_requirement("pycryptodome"),
|
|
|
|
py_requirement("pyyaml"),
|
|
|
|
py_requirement("retry"),
|
|
|
|
],
|
2024-02-06 18:18:33 +00:00
|
|
|
main = "src/relay/__main__.py",
|
2022-11-20 06:45:47 +00:00
|
|
|
shebang = "/usr/bin/env python3"
|
|
|
|
)
|