aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJonathan Weth <git@jonathanweth.de>2020-07-29 18:07:21 +0200
committerJonathan Weth <git@jonathanweth.de>2020-07-29 18:07:21 +0200
commit7ca7079af96b294aaaac763b4d0b77a2cbc3d1fe (patch)
tree0281cb03a930811934fba829192fdbe83f3b1557 /pyproject.toml
parentc1b88b5944156a7b5e7f34abe735047cff7092d7 (diff)
downloadRWA.Support.SessionService-7ca7079af96b294aaaac763b4d0b77a2cbc3d1fe.tar.gz
RWA.Support.SessionService-7ca7079af96b294aaaac763b4d0b77a2cbc3d1fe.tar.bz2
RWA.Support.SessionService-7ca7079af96b294aaaac763b4d0b77a2cbc3d1fe.zip
Add option to configure API URL
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 641b182..1345e96 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -15,6 +15,7 @@ websockify = "^0.9.0"
psutil = "^5.7.2"
flask = "^1.1.2"
argparse = "^1.0.10"
+dynaconf = "^3.0.0"
[tool.poetry.dev-dependencies]
sphinx = "^3.0"