1
0
Fork 0
mirror of https://github.com/Findus23/se-simulator.git synced 2024-09-19 15:53:45 +02:00
se-simulator/pyproject.toml

33 lines
684 B
TOML
Raw Normal View History

2019-12-23 14:08:23 +01:00
[tool.poetry]
name = "stackdata"
version = "0.1.0"
description = ""
authors = ["Lukas Winkler <git@lw1.at>"]
[tool.poetry.dependencies]
python = "^3.7"
Flask = "^1.1.1"
Flask-Limiter = "^1.1.0"
Flask-Session = "^0.3.1"
gunicorn = "^20.0.4"
2020-08-26 20:58:35 +02:00
libsass = "^0.20.0"
Pillow = "^8.1.0"
2021-01-29 19:16:18 +01:00
sentry-sdk = {extras = ["flask"], version = "^0.19.5"}
2019-12-23 14:08:23 +01:00
peewee = "^3.13.1"
markovify = "^0.8.0"
2021-01-29 19:16:18 +01:00
PyMySQL = "^1.0.0"
2020-08-26 20:58:35 +02:00
redis = "^3.5.3"
setproctitle = "^1.2.1"
2019-12-23 14:08:23 +01:00
[tool.poetry.dev-dependencies]
2021-01-29 19:16:18 +01:00
jsonlines = "^2.0.0"
2019-12-23 14:08:23 +01:00
lxml = "^4.4.2"
requests = "^2.22.0"
internetarchive = "^1.9.0"
python-slugify = "^4.0.0"
beautifulsoup4 = "^4.8.1"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"