V1 cleanup (#73)

* removed obsolete code

* removed obsolete code

* removed obsolete code and added type annotations

* removed obsolete code and added type annotations

* version bump

Co-authored-by: Peter Dwyer <peter.dwyer@clanwilliamhealth.com>
This commit is contained in:
2022-08-26 13:11:29 +01:00
committed by GitHub
parent 1aeda89b74
commit 40b79c2f5d
42 changed files with 79 additions and 2720 deletions

View File

@@ -3,7 +3,7 @@ line_length = 119
[tool.poetry]
name = "cbwebreader"
version = "1.0.0"
version = "1.0.1"
description = "CBR/Z Web Reader"
authors = ["ajurna <ajurna@gmail.com>"]
license = "Creative Commons Attribution-ShareAlike 4.0 International License"
@@ -19,7 +19,6 @@ django-silk = "^5.0.0"
mysqlclient = "^2.0.1"
psycopg2 = "^2.8.6"
rarfile = "^4.0"
coverage = "^6.2"
django-extensions = "^3.2.0"
Pillow = "^9.1.1"
django-imagekit = "^4.0.2"
@@ -28,10 +27,8 @@ django-bootstrap4 = "^22.1"
django-csp = "^3.7"
django-boost = "^2.0"
django-sri = "^0.4.0"
django-node-assets = "^0.9.9"
django-permissions-policy = "^4.9.0"
djangorestframework = "^3.13.1"
Markdown = "^3.3.7"
django-filter = "^22.1"
django-cors-headers = "^3.13.0"
djangorestframework-simplejwt = "^5.2.0"
@@ -44,6 +41,7 @@ mypy = "^0.971"
Werkzeug = "<2.1"
pyOpenSSL = "^22.0.0"
ipython = "^8.4.0"
coverage = "^6.2"
[build-system]
requires = ["poetry-core>=1.0.0"]