-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
31 lines (28 loc) · 777 Bytes
/
pyproject.toml
File metadata and controls
31 lines (28 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[tool.poetry]
name = "logviewer2"
version = "0.1.1"
description = ""
authors = ["Nadie <hackerjef@users.noreply.github.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.13"
flask = "^2.2.2"
gevent = "^25.9.1"
natural = "^0.2.0"
dateutils = "^0.6.12"
click = "^8.1.3"
python-dotenv = "^0.21.0"
requests-oauthlib = "^1.3.1"
pymongo = {extras = ["srv"], version = "^4.3.3"}
sentry-sdk = {extras = ["flask"], version = "^1.11.0"}
flask-discord = {git = "https://github.com/weibeu/Flask-Discord.git", rev = "v9"}
gunicorn = "23.0.0"
psycogreen = "^1.0.2"
[tool.poetry.scripts]
web = 'scripts:web'
webd = 'scripts:webd'
secret = 'scripts:secret'
gensecret = 'scripts:gensecret'
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"