2019-12-22 18:25:28 +00:00
|
|
|
# Remember to run `poetry update` editing this file!
|
|
|
|
|
|
|
|
# Install everything with
|
2020-01-16 01:27:56 +00:00
|
|
|
# poetry install -E telegram -E discord -E matrix -E alchemy_easy -E alchemy_hard -E bard -E constellation -E sentry -E herald -E coloredlogs
|
2019-11-12 20:01:18 +00:00
|
|
|
|
2019-11-12 01:11:12 +00:00
|
|
|
[tool.poetry]
|
2019-11-12 15:00:43 +00:00
|
|
|
name = "royalnet"
|
2020-02-08 00:22:31 +00:00
|
|
|
version = "5.5a2"
|
2019-11-12 15:00:43 +00:00
|
|
|
description = "A multipurpose bot and web framework"
|
|
|
|
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
|
|
|
|
license = "AGPL-3.0+"
|
|
|
|
readme = "README.md"
|
|
|
|
homepage = "https://github.com/Steffo99/royalnet"
|
|
|
|
documentation = "https://gh.steffo.eu/royalnet/"
|
|
|
|
classifiers = [
|
|
|
|
"Development Status :: 3 - Alpha",
|
|
|
|
"Operating System :: OS Independent",
|
2019-11-22 01:07:02 +00:00
|
|
|
"Programming Language :: Python :: 3.8",
|
2019-11-12 15:00:43 +00:00
|
|
|
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)"
|
|
|
|
]
|
2019-11-12 01:11:12 +00:00
|
|
|
|
|
|
|
# Library dependencies
|
|
|
|
[tool.poetry.dependencies]
|
2019-11-12 15:00:43 +00:00
|
|
|
python = "^3.8"
|
|
|
|
dateparser = "^0.7.2"
|
2019-11-24 20:09:45 +00:00
|
|
|
toml = "^0.10.0"
|
2019-11-24 02:23:59 +00:00
|
|
|
|
2019-11-12 20:01:18 +00:00
|
|
|
# telegram
|
2019-11-12 15:00:43 +00:00
|
|
|
python_telegram_bot = {version="^12.2.0", optional=true}
|
2019-11-24 02:23:59 +00:00
|
|
|
|
2019-11-12 20:01:18 +00:00
|
|
|
# discord
|
2020-01-29 23:08:29 +00:00
|
|
|
"discord.py" = {version="^1.3.1", optional=true}
|
2019-11-12 15:00:43 +00:00
|
|
|
pynacl = {version="^1.3.0", optional=true} # This requires libffi-dev and python3.*-dev to be installed on Linux systems
|
2019-11-24 02:23:59 +00:00
|
|
|
|
2019-12-22 18:25:28 +00:00
|
|
|
# matrix
|
|
|
|
matrix-nio = {version="^0.6", optional=true}
|
|
|
|
|
2019-11-12 20:01:18 +00:00
|
|
|
# bard
|
2019-11-12 15:00:43 +00:00
|
|
|
ffmpeg_python = {version="~0.2.0", optional=true}
|
|
|
|
youtube_dl = {version="*", optional=true}
|
2020-01-30 18:29:07 +00:00
|
|
|
eyed3 = {version="^0.9", optional=true}
|
2019-11-24 02:23:59 +00:00
|
|
|
|
2019-11-12 20:01:18 +00:00
|
|
|
# alchemy
|
2019-11-12 15:00:43 +00:00
|
|
|
sqlalchemy = {version="^1.3.10", optional=true}
|
|
|
|
psycopg2 = {version="^2.8.4", optional=true} # Requires quite a bit of stuff http://initd.org/psycopg/docs/install.html#install-from-source
|
|
|
|
psycopg2_binary = {version="^2.8.4", optional=true} # Prebuilt alternative to psycopg2, not recommended
|
2020-02-03 23:15:33 +00:00
|
|
|
bcrypt = {version="^3.1.7", optional=true}
|
2019-11-24 02:23:59 +00:00
|
|
|
|
2019-11-12 20:01:18 +00:00
|
|
|
# constellation
|
2019-11-12 15:00:43 +00:00
|
|
|
starlette = {version="^0.12.13", optional=true}
|
2019-11-12 20:01:18 +00:00
|
|
|
uvicorn = {version="^0.10.7", optional=true}
|
2019-11-29 21:35:27 +00:00
|
|
|
python-multipart = {version="^0.0.5", optional=true}
|
2019-11-24 02:23:59 +00:00
|
|
|
|
2019-11-12 20:01:18 +00:00
|
|
|
# sentry
|
2019-11-12 15:00:43 +00:00
|
|
|
sentry_sdk = {version="~0.13.2", optional=true}
|
2019-11-24 02:23:59 +00:00
|
|
|
|
2019-11-12 20:01:18 +00:00
|
|
|
# herald
|
|
|
|
websockets = {version="^8.1", optional=true}
|
|
|
|
|
2019-11-24 02:23:59 +00:00
|
|
|
# logging
|
|
|
|
coloredlogs = {version="^10.0", optional=true}
|
|
|
|
|
2019-11-12 20:01:18 +00:00
|
|
|
# Development dependencies
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
pytest = "^5.2.1"
|
2019-11-17 19:24:57 +00:00
|
|
|
sphinx = "^2.2.1"
|
|
|
|
sphinx_rtd_theme = "^0.4.3"
|
|
|
|
|
2019-11-12 12:01:47 +00:00
|
|
|
|
2019-11-12 01:11:12 +00:00
|
|
|
# Optional dependencies
|
|
|
|
[tool.poetry.extras]
|
2019-11-12 15:00:43 +00:00
|
|
|
telegram = ["python_telegram_bot"]
|
2020-01-29 23:08:29 +00:00
|
|
|
discord = ["discord.py", "pynacl"]
|
2019-12-22 18:25:28 +00:00
|
|
|
matrix = ["matrix-nio"]
|
2020-02-03 23:15:33 +00:00
|
|
|
alchemy_easy = ["sqlalchemy", "psycopg2_binary", "bcrypt"]
|
|
|
|
alchemy_hard = ["sqlalchemy", "psycopg2", "bcrypt"]
|
2020-01-30 18:29:07 +00:00
|
|
|
bard = ["ffmpeg_python", "youtube_dl", "eyed3"]
|
2019-11-30 13:50:37 +00:00
|
|
|
constellation = ["starlette", "uvicorn", "python-multipart"]
|
2019-11-12 15:00:43 +00:00
|
|
|
sentry = ["sentry_sdk"]
|
2019-11-12 20:01:18 +00:00
|
|
|
herald = ["websockets"]
|
2019-11-24 02:23:59 +00:00
|
|
|
coloredlogs = ["coloredlogs"]
|
2019-11-12 01:11:12 +00:00
|
|
|
|
|
|
|
[build-system]
|
2019-11-12 15:00:43 +00:00
|
|
|
requires = ["poetry>=0.12"]
|
|
|
|
build-backend = "poetry.masonry.api"
|