mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Getting ready for a massive retooling of the front end interface
This commit is contained in:
21
Pipfile
vendored
Normal file
21
Pipfile
vendored
Normal 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"
|
||||
Reference in New Issue
Block a user