mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Commiting to Hatch for packaging.
This commit is contained in:
33
_Pipfile
vendored
Normal file
33
_Pipfile
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
websockets = "*"
|
||||
loguru = "*"
|
||||
pypdf2 = "*"
|
||||
bs4 = "*"
|
||||
requests = "*"
|
||||
psycopg2-binary = "*"
|
||||
mobi-python = "*"
|
||||
psycopg = "*"
|
||||
lxml = "*"
|
||||
"sqlalchemy.orm" = "*"
|
||||
sqlalchemy = "==2.0.0b3"
|
||||
fastapi = {extras = ["all"], version = "*"}
|
||||
jinja2 = "*"
|
||||
libsass = "*"
|
||||
nodejs-bin = "*"
|
||||
npm = "*"
|
||||
brotlipy = "*"
|
||||
|
||||
[dev-packages]
|
||||
debugpy = "*"
|
||||
pudb = "*"
|
||||
ptipython = "*"
|
||||
chardet = "*"
|
||||
pre-commit = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.11.2"
|
||||
Reference in New Issue
Block a user