sinh ra file requirement (môi trường macos)
This commit is contained in:
parent
8e39315586
commit
64240be659
2
.env
2
.env
@ -1 +1,3 @@
|
||||
COMPOSE_PROJECT_NAME=paperless
|
||||
PAPERLESS_REDIS=redis://:@123bytech@172.16.100.203:9377
|
||||
DEBUG=true
|
||||
|
125
requirements.txt
Normal file
125
requirements.txt
Normal file
@ -0,0 +1,125 @@
|
||||
-i https://pypi.python.org/simple
|
||||
amqp==5.2.0; python_version >= '3.6'
|
||||
anyio==4.3.0; python_version >= '3.8'
|
||||
asgiref==3.8.1; python_version >= '3.8'
|
||||
async-timeout==4.0.3; python_full_version < '3.11.3'
|
||||
billiard==4.2.0; python_version >= '3.7'
|
||||
bleach==6.1.0; python_version >= '3.8'
|
||||
brotli==1.1.0
|
||||
celery[redis]==5.3.6; python_version >= '3.8'
|
||||
certifi==2024.2.2; python_version >= '3.6'
|
||||
cffi==1.16.0; platform_python_implementation != 'PyPy'
|
||||
channels==4.0.0; python_version >= '3.7'
|
||||
channels-redis==4.2.0; python_version >= '3.8'
|
||||
chardet==5.2.0; python_version >= '3.7'
|
||||
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
|
||||
click==8.1.7; python_version >= '3.7'
|
||||
click-didyoumean==0.3.1; python_full_version >= '3.6.2'
|
||||
click-plugins==1.1.1
|
||||
click-repl==0.3.0; python_version >= '3.6'
|
||||
concurrent-log-handler==0.9.25; python_version >= '3.6'
|
||||
cryptography==42.0.5; python_version >= '3.7'
|
||||
dateparser==1.2.0; python_version >= '3.7'
|
||||
defusedxml==0.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||
deprecated==1.2.14; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
deprecation==2.1.0
|
||||
django==4.2.11; python_version >= '3.8'
|
||||
django-allauth==0.61.1; python_version >= '3.7'
|
||||
django-auditlog==2.3.0; python_version >= '3.7'
|
||||
django-celery-results==2.5.1
|
||||
django-compression-middleware==0.5.0
|
||||
django-cors-headers==4.3.1; python_version >= '3.8'
|
||||
django-extensions==3.2.3; python_version >= '3.6'
|
||||
django-filter==24.1; python_version >= '3.8'
|
||||
django-guardian==2.4.0; python_version >= '3.5'
|
||||
django-multiselectfield==0.1.12
|
||||
djangorestframework==3.14.0; python_version >= '3.6'
|
||||
djangorestframework-guardian==0.3.0
|
||||
drf-writable-nested==0.7.0; python_version >= '3.7'
|
||||
exceptiongroup==1.2.0; python_version < '3.11'
|
||||
filelock==3.13.3; python_version >= '3.8'
|
||||
flower==2.0.1; python_version >= '3.7'
|
||||
gotenberg-client==0.5.0; python_version >= '3.8'
|
||||
gunicorn==21.2.0; python_version >= '3.5'
|
||||
h11==0.14.0; python_version >= '3.7'
|
||||
h2==4.1.0
|
||||
hiredis==2.3.2
|
||||
hpack==4.0.0; python_full_version >= '3.6.1'
|
||||
httpcore==1.0.4; python_version >= '3.8'
|
||||
httptools==0.6.1
|
||||
httpx[http2]==0.27.0; python_version >= '3.9'
|
||||
humanize==4.9.0; python_version >= '3.8'
|
||||
hyperframe==6.0.1; python_full_version >= '3.6.1'
|
||||
idna==3.7; python_version >= '3.5'
|
||||
imap-tools==1.5.0
|
||||
img2pdf==0.5.1
|
||||
inotify-simple==1.3.5; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
inotifyrecursive==0.3.5; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
joblib==1.3.2; python_version >= '3.7'
|
||||
kombu==5.3.5; python_version >= '3.8'
|
||||
langdetect==1.0.9
|
||||
lxml==4.9.4
|
||||
markdown-it-py==3.0.0; python_version >= '3.8'
|
||||
mdurl==0.1.2; python_version >= '3.7'
|
||||
msgpack==1.0.8; python_version >= '3.8'
|
||||
nltk==3.8.1; python_version >= '3.7'
|
||||
numpy==1.26.4; python_version >= '3.9'
|
||||
oauthlib==3.2.2; python_version >= '3.6'
|
||||
ocrmypdf==15.4.4; python_version >= '3.9'
|
||||
packaging==24.0; python_version >= '3.7'
|
||||
pathvalidate==3.2.0; python_version >= '3.7'
|
||||
pdf2image==1.17.0
|
||||
pdfminer.six==20231228; python_version >= '3.6'
|
||||
pikepdf==8.14.0; python_version >= '3.8'
|
||||
pillow==10.3.0; python_version >= '3.8'
|
||||
pluggy==1.4.0; python_version >= '3.8'
|
||||
portalocker==2.8.2; python_version >= '3.8'
|
||||
prometheus-client==0.20.0; python_version >= '3.8'
|
||||
prompt-toolkit==3.0.43; python_full_version >= '3.7.0'
|
||||
psycopg2-binary==2.9.9; python_version >= '3.7'
|
||||
pycparser==2.21
|
||||
pygments==2.17.2; python_version >= '3.7'
|
||||
pyjwt[crypto]==2.8.0; python_version >= '3.7'
|
||||
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
python-dotenv==1.0.1; python_version >= '3.8'
|
||||
python-gnupg==0.5.2
|
||||
python-ipware==2.0.2; python_version >= '3.7'
|
||||
python-magic==0.4.27; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||
python3-openid==3.2.0
|
||||
pytz==2024.1
|
||||
pyyaml==6.0.1
|
||||
pyzbar==0.1.9
|
||||
rapidfuzz==3.7.0; python_version >= '3.8'
|
||||
redis[hiredis]==5.0.3; python_version >= '3.7'
|
||||
regex==2023.12.25; python_version >= '3.7'
|
||||
reportlab==4.1.0; python_version >= '3.7' and python_version < '4'
|
||||
requests==2.31.0; python_version >= '3.7'
|
||||
requests-oauthlib==2.0.0; python_version >= '3.4'
|
||||
rich==13.7.1; python_full_version >= '3.7.0'
|
||||
scikit-learn==1.4.1.post1; python_version >= '3.9'
|
||||
scipy==1.12.0; python_version >= '3.9'
|
||||
setproctitle==1.3.3; python_version >= '3.7'
|
||||
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
sniffio==1.3.1; python_version >= '3.7'
|
||||
sqlparse==0.4.4; python_version >= '3.5'
|
||||
threadpoolctl==3.4.0; python_version >= '3.8'
|
||||
tika-client==0.5.0; python_version >= '3.8'
|
||||
tornado==6.4; python_version >= '3.8'
|
||||
tqdm==4.66.2; python_version >= '3.7'
|
||||
typing-extensions==4.10.0; python_version < '3.11'
|
||||
tzdata==2024.1; python_version >= '2'
|
||||
tzlocal==5.2; python_version >= '3.8'
|
||||
urllib3==2.2.1; python_version >= '3.8'
|
||||
uvicorn[standard]==0.25.0; python_version >= '3.8'
|
||||
uvloop==0.19.0
|
||||
vine==5.1.0; python_version >= '3.6'
|
||||
watchdog==4.0.0; python_version >= '3.8'
|
||||
watchfiles==0.21.0
|
||||
wcwidth==0.2.13
|
||||
webencodings==0.5.1
|
||||
websockets==12.0
|
||||
whitenoise==6.6.0; python_version >= '3.8'
|
||||
whoosh==2.7.4
|
||||
wrapt==1.16.0; python_version >= '3.6'
|
||||
zstandard==0.22.0; python_version >= '3.8'
|
||||
zxing-cpp==2.2.0; platform_machine == 'x86_64' and python_version >= '3.6'
|
Loading…
x
Reference in New Issue
Block a user