46 lines
1 KiB
TOML
46 lines
1 KiB
TOML
[tool.poetry]
|
|
name = "newsreader"
|
|
version = "0.3.13.7"
|
|
description = "Webapplication for reading RSS feeds"
|
|
authors = ["Sonny <sonnyba871@gmail.com>"]
|
|
license = "GPL-3.0"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.7"
|
|
bleach = "^3.1.4"
|
|
Django = "^3.2"
|
|
celery = "^4.4.2"
|
|
beautifulsoup4 = "^4.9.0"
|
|
django-axes = "^5.3.1"
|
|
django-celery-beat = "^2.0.0"
|
|
djangorestframework = "^3.11.0"
|
|
drf-yasg = "^1.17.1"
|
|
django-registration-redux = "^2.7"
|
|
lxml = "^4.5.0"
|
|
feedparser = "^5.2.1"
|
|
python-memcached = "^1.59"
|
|
requests = "^2.23.0"
|
|
psycopg2-binary = "^2.8.5"
|
|
gunicorn = "^20.0.4"
|
|
python-dotenv = "^0.12.0"
|
|
sentry-sdk = {version = "^1.0.0", optional = true}
|
|
ftfy = "^5.8"
|
|
requests_oauthlib = "^1.3.0"
|
|
|
|
[tool.poetry.extras]
|
|
sentry = ["sentry_sdk"]
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
factory-boy = "^2.12.0"
|
|
freezegun = "^0.3.15"
|
|
django-debug-toolbar = "^2.2"
|
|
django-extensions = "^2.2.9"
|
|
black = "19.3b0"
|
|
isort = "4.3.21"
|
|
autoflake = "1.3.1"
|
|
tblib = "1.6.0"
|
|
coverage = "^5.1"
|
|
|
|
[build-system]
|
|
requires = ["poetry>=1.0.10"]
|
|
build-backend = "poetry.masonry.api"
|