Getting ready for a massive retooling of the front end interface

This commit is contained in:
th3r00t
2022-11-10 16:25:04 -05:00
parent aef30f3dca
commit 3fa023eb2e
7 changed files with 341 additions and 35 deletions

21
Pipfile vendored Normal file
View File

@@ -0,0 +1,21 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
websockets = "*"
loguru = "*"
pypdf2 = "*"
bs4 = "*"
mobi = "*"
mobi-python = "*"
requests = "*"
psycopg2-binary = "*"
django-debug-toolbar = "*"
[dev-packages]
[requires]
python_version = "3.10"