mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Added import btn, Catalog overide, started server backend
This commit is contained in:
34
Pipfile
Normal file
34
Pipfile
Normal file
@@ -0,0 +1,34 @@
|
||||
[[source]]
|
||||
name = "pypi"
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[packages]
|
||||
bs4 = "*"
|
||||
certifi = "*"
|
||||
lxml = "*"
|
||||
requests = "*"
|
||||
soupsieve = "*"
|
||||
urllib3 = "*"
|
||||
urwid = "*"
|
||||
w3lib = "*"
|
||||
websockets = "*"
|
||||
pre-commit = "*"
|
||||
isort = "*"
|
||||
toml = "*"
|
||||
django-debug-toolbar = "*"
|
||||
psycopg2-binary = "*"
|
||||
prompt-toolkit = "*"
|
||||
psutil = "*"
|
||||
pyfiglet = "*"
|
||||
mobi-python = "*"
|
||||
jsonpickle = "*"
|
||||
django-widget-tweaks = "*"
|
||||
Pillow = "*"
|
||||
Django = "*"
|
||||
uWSGI = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.8"
|
||||
Reference in New Issue
Block a user