0.3.13
This commit is contained in:
parent
73bac1301b
commit
712f601e9c
16 changed files with 716 additions and 22 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "newsreader"
|
||||
version = "0.3.12.1"
|
||||
version = "0.3.13"
|
||||
description = "Webapplication for reading RSS feeds"
|
||||
authors = ["Sonny <sonnyba871@gmail.com>"]
|
||||
license = "GPL-3.0"
|
||||
|
|
@ -8,7 +8,7 @@ license = "GPL-3.0"
|
|||
[tool.poetry.dependencies]
|
||||
python = "^3.7"
|
||||
bleach = "^3.1.4"
|
||||
Django = "^3.0.5"
|
||||
Django = "^3.2"
|
||||
celery = "^4.4.2"
|
||||
beautifulsoup4 = "^4.9.0"
|
||||
django-axes = "^5.3.1"
|
||||
|
|
@ -23,7 +23,6 @@ requests = "^2.23.0"
|
|||
psycopg2-binary = "^2.8.5"
|
||||
gunicorn = "^20.0.4"
|
||||
python-dotenv = "^0.12.0"
|
||||
django = ">=3.0.7"
|
||||
sentry-sdk = {version = "^0.15.1", optional = true}
|
||||
ftfy = "^5.8"
|
||||
requests_oauthlib = "^1.3.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue