[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"

[project]
name = "ssa-notification"
authors = [{ name = "SSA Team", email = "dms-ssa@nrao.edu" }]
readme = "README.md"
license = { file = "LICENSE" }
classifiers = ["License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"]
dynamic = ["version", "description"]
dependencies = [
    "pycapo",
    "pyramid",
    "pyramid_beaker",
    "pyramid_debugtoolbar",
    "pyramid_tm",
    "pyramid_retry",
    "pyopenssl",
    "requests",
    "ssa-schema",
    "sqlalchemy==1.4.46",
    "waitress",
    "ssa-workspaces",
    "zope.sqlalchemy",
    "sentry-sdk==1.5.10",
]

[project.urls]
Home = "https://ssa.gitlab-pages.nrao.edu/workspaces"

[tool.flit.module]
name = "notification"

[project.optional-dependencies]
dev = ["pyramid_debugtoolbar"]