update
This commit is contained in:
parent
8399554b48
commit
1dfa895f6f
@ -51,14 +51,7 @@ from imagekit.models import ImageSpecField
|
|||||||
from imagekit.processors import ResizeToFill
|
from imagekit.processors import ResizeToFill
|
||||||
from encrypted_model_fields.fields import (
|
from encrypted_model_fields.fields import (
|
||||||
EncryptedCharField,
|
EncryptedCharField,
|
||||||
EncryptedTextField,
|
|
||||||
EncryptedEmailField,
|
|
||||||
EncryptedIntegerField,
|
|
||||||
EncryptedDateField,
|
EncryptedDateField,
|
||||||
EncryptedDateTimeField,
|
|
||||||
EncryptedBooleanField,
|
|
||||||
EncryptedJSONField,
|
|
||||||
SearchableEncryptedCharField,
|
|
||||||
SearchableEncryptedEmailField,
|
SearchableEncryptedEmailField,
|
||||||
)
|
)
|
||||||
# from plans.models import AbstractPlan
|
# from plans.models import AbstractPlan
|
||||||
|
|||||||
512
requirements.txt
512
requirements.txt
@ -1,350 +1,162 @@
|
|||||||
aiohappyeyeballs
|
annotated-types==0.7.0
|
||||||
aiohttp
|
anyio==4.9.0
|
||||||
aiohttp-retry
|
arrow==1.3.0
|
||||||
aiosignal
|
asgiref==3.9.1
|
||||||
alabaster
|
attrs==25.3.0
|
||||||
albucore
|
autobahn==24.4.2
|
||||||
albumentations
|
Automat==25.4.16
|
||||||
annotated-types
|
Babel==2.15.0
|
||||||
anthropic
|
beautifulsoup4==4.13.4
|
||||||
anyio
|
blessed==1.21.0
|
||||||
arabic-reshaper
|
cattrs==25.1.1
|
||||||
argcomplete
|
certifi==2025.7.9
|
||||||
arrow
|
cffi==1.17.1
|
||||||
asgiref
|
channels==4.2.2
|
||||||
astor
|
charset-normalizer==3.4.2
|
||||||
astroid
|
click==8.2.1
|
||||||
attrs
|
colorama==0.4.6
|
||||||
autopep8
|
constantly==23.10.4
|
||||||
Babel
|
crispy-bootstrap5==2025.6
|
||||||
beautifulsoup4
|
cryptography==45.0.5
|
||||||
bleach
|
cssbeautifier==1.15.4
|
||||||
blessed
|
daphne==4.2.1
|
||||||
blinker
|
defusedxml==0.7.1
|
||||||
boto3
|
diff-match-patch==20241021
|
||||||
botocore
|
distro==1.9.0
|
||||||
Brotli
|
Django==5.2.4
|
||||||
cachetools
|
django-allauth==65.10.0
|
||||||
cattrs
|
django-appconf==1.1.0
|
||||||
certifi
|
django-appointment==3.8.0
|
||||||
cffi
|
django-background-tasks==1.2.8
|
||||||
chardet
|
django-bootstrap5==25.1
|
||||||
charset-normalizer
|
django-ckeditor==6.7.3
|
||||||
click
|
django-cors-headers==4.7.0
|
||||||
cohere
|
django-countries==7.6.1
|
||||||
colorama
|
django-crispy-forms==2.4
|
||||||
commonmark
|
django-debug-toolbar==5.2.0
|
||||||
contourpy
|
django-easy-audit==1.3.7
|
||||||
crispy-bootstrap5
|
django-encrypted-model-fields==0.6.5
|
||||||
cryptography
|
django-extensions==4.1
|
||||||
cssselect2
|
django-filter==25.1
|
||||||
ctranslate2
|
django-imagekit==5.0.0
|
||||||
cycler
|
django-import-export==4.3.8
|
||||||
Cython
|
django-js-asset==3.1.2
|
||||||
dataclasses-json
|
django-ledger==0.7.6.1
|
||||||
decorator
|
django-manager-utils==3.1.5
|
||||||
defusedxml
|
django-next-url-mixin==0.4.0
|
||||||
desert
|
django-ordered-model==3.7.4
|
||||||
diff-match-patch
|
django-phonenumber-field==8.0.0
|
||||||
dill
|
django-picklefield==3.3
|
||||||
distro
|
django-plans==2.0.0
|
||||||
dj-rest-auth
|
django-prometheus==2.4.1
|
||||||
Django
|
django-q2==1.8.0
|
||||||
django-allauth
|
django-query-builder==3.2.0
|
||||||
django-appointment
|
django-schema-graph==3.1.0
|
||||||
django-autoslug
|
django-sequences==3.0
|
||||||
django-background-tasks
|
django-tables2==2.7.5
|
||||||
django-bootstrap5
|
django-treebeard==4.7.1
|
||||||
django-ckeditor
|
django-widget-tweaks==1.5.0
|
||||||
django-classy-tags
|
djangorestframework==3.16.0
|
||||||
django-cors-headers
|
djhtml==3.0.8
|
||||||
django-countries
|
djlint==1.36.4
|
||||||
django-crispy-forms
|
dnspython==2.7.0
|
||||||
django-debug-toolbar
|
docopt==0.6.2
|
||||||
django-easy-audit
|
EditorConfig==0.17.1
|
||||||
django-extensions
|
Faker==37.4.0
|
||||||
django-filter
|
fleming==0.7.0
|
||||||
django-formtools
|
fonttools==4.58.5
|
||||||
django-import-export
|
fpdf==1.7.2
|
||||||
django-js-asset
|
fpdf2==2.8.3
|
||||||
django-ledger
|
greenlet==3.2.3
|
||||||
django-model-utils
|
gunicorn==23.0.0
|
||||||
django-money
|
h11==0.16.0
|
||||||
django-next-url-mixin
|
h2==4.2.0
|
||||||
django-nine
|
hpack==4.1.0
|
||||||
django-nonefield
|
httpcore==1.0.9
|
||||||
django-ordered-model
|
httpx==0.28.1
|
||||||
django-pdf-actions
|
hyperframe==6.1.0
|
||||||
django-phonenumber-field
|
hyperlink==21.0.0
|
||||||
django-picklefield
|
icalendar==6.3.1
|
||||||
django-plans
|
idna==3.10
|
||||||
django-prometheus
|
incremental==24.7.2
|
||||||
django-q2
|
iron-core==1.2.1
|
||||||
django-schema-graph
|
iron-mq==0.9
|
||||||
django-sekizai
|
jiter==0.10.0
|
||||||
django-sequences
|
jsbeautifier==1.15.4
|
||||||
django-silk
|
json5==0.12.0
|
||||||
django-simple-history
|
jsonpatch==1.33
|
||||||
django-sms
|
jsonpointer==3.0.0
|
||||||
django-sslserver-v2
|
jwt==1.4.0
|
||||||
django-tables2
|
langchain==0.3.26
|
||||||
django-treebeard
|
langchain-core==0.3.68
|
||||||
django-view-breadcrumbs
|
langchain-ollama==0.3.4
|
||||||
django-widget-tweaks
|
langchain-text-splitters==0.3.8
|
||||||
djangocms-admin-style
|
langsmith==0.4.4
|
||||||
djangorestframework
|
luhnchecker==0.0.12
|
||||||
djangorestframework_simplejwt
|
Markdown==3.8.2
|
||||||
djangoviz
|
markdown-it-py==3.0.0
|
||||||
djhtml
|
mdurl==0.1.2
|
||||||
docopt
|
num2words==0.5.14
|
||||||
docutils
|
numpy==2.3.1
|
||||||
easy-thumbnails
|
ofxtools==0.9.5
|
||||||
emoji
|
ollama==0.5.1
|
||||||
et_xmlfile
|
openai==1.93.3
|
||||||
eval_type_backport
|
opencv-python==4.11.0.86
|
||||||
executing
|
orjson==3.10.18
|
||||||
Faker
|
packaging==24.2
|
||||||
fasta2a
|
pandas==2.3.1
|
||||||
fastavro
|
pathspec==0.12.1
|
||||||
filelock
|
phonenumbers==8.13.42
|
||||||
fire
|
pilkit==3.0
|
||||||
fonttools
|
pillow==10.4.0
|
||||||
fpdf
|
priority==1.3.0
|
||||||
fpdf2
|
prometheus_client==0.22.1
|
||||||
frozenlist
|
psycopg2-binary==2.9.10
|
||||||
fsspec
|
pyasn1==0.6.1
|
||||||
google-auth
|
pyasn1_modules==0.4.2
|
||||||
google-genai
|
pycparser==2.22
|
||||||
googleapis-common-protos
|
pydantic==2.11.7
|
||||||
gprof2dot
|
pydantic_core==2.33.2
|
||||||
graphqlclient
|
Pygments==2.19.2
|
||||||
greenlet
|
pymongo==4.14.1
|
||||||
griffe
|
pyOpenSSL==25.1.0
|
||||||
groq
|
python-dateutil==2.9.0.post0
|
||||||
h11
|
python-dotenv==1.1.1
|
||||||
h2
|
python-slugify==8.0.4
|
||||||
hf-xet
|
python-stdnum==2.1
|
||||||
hpack
|
pytz==2025.2
|
||||||
hstspreload
|
pyvin==0.0.2
|
||||||
httpcore
|
PyYAML==6.0.2
|
||||||
httpx
|
pyzbar==0.1.9
|
||||||
httpx-sse
|
redis==6.2.0
|
||||||
huggingface-hub
|
regex==2024.11.6
|
||||||
hyperframe
|
requests==2.32.4
|
||||||
icalendar
|
requests-toolbelt==1.0.0
|
||||||
idna
|
rich==14.0.0
|
||||||
imageio
|
ruff==0.12.2
|
||||||
imagesize
|
service-identity==24.2.0
|
||||||
imgaug
|
setuptools==80.9.0
|
||||||
importlib_metadata
|
six==1.17.0
|
||||||
iso4217
|
sniffio==1.3.1
|
||||||
isodate
|
soupsieve==2.7
|
||||||
isort
|
SQLAlchemy==2.0.41
|
||||||
itsdangerous
|
sqlparse==0.5.3
|
||||||
Jinja2
|
suds==1.2.0
|
||||||
jiter
|
swapper==1.3.0
|
||||||
jmespath
|
tablib==3.8.0
|
||||||
joblib
|
tenacity==9.1.2
|
||||||
jsonpatch
|
text-unidecode==1.3
|
||||||
jsonpointer
|
tqdm==4.67.1
|
||||||
jwt
|
Twisted==25.5.0
|
||||||
kiwisolver
|
txaio==25.6.1
|
||||||
langchain
|
types-python-dateutil==2.9.0.20250708
|
||||||
langchain-community
|
typing-inspection==0.4.1
|
||||||
langchain-core
|
typing_extensions==4.14.1
|
||||||
langchain-ollama
|
tzdata==2025.2
|
||||||
langchain-text-splitters
|
urllib3==2.5.0
|
||||||
langsmith
|
uvicorn==0.35.0
|
||||||
lazy_loader
|
uvicorn-worker==0.3.0
|
||||||
ledger
|
wcwidth==0.2.13
|
||||||
libretranslatepy
|
whitenoise==6.9.0
|
||||||
lmdb
|
zope.interface==7.2
|
||||||
logfire
|
zstandard==0.23.0
|
||||||
logfire-api
|
|
||||||
luhnchecker
|
|
||||||
lxml
|
|
||||||
Markdown
|
|
||||||
markdown-it-py
|
|
||||||
MarkupSafe
|
|
||||||
marshmallow
|
|
||||||
matplotlib
|
|
||||||
mccabe
|
|
||||||
mcp
|
|
||||||
mdurl
|
|
||||||
mistralai
|
|
||||||
MouseInfo
|
|
||||||
mpmath
|
|
||||||
multidict
|
|
||||||
mypy_extensions
|
|
||||||
networkx
|
|
||||||
newrelic
|
|
||||||
nltk
|
|
||||||
num2words
|
|
||||||
numpy
|
|
||||||
oauthlib
|
|
||||||
ofxtools
|
|
||||||
ollama
|
|
||||||
openai
|
|
||||||
opencv-contrib-python
|
|
||||||
opencv-python
|
|
||||||
opencv-python-headless
|
|
||||||
openpyxl
|
|
||||||
opentelemetry-api
|
|
||||||
opentelemetry-exporter-otlp-proto-common
|
|
||||||
opentelemetry-exporter-otlp-proto-http
|
|
||||||
opentelemetry-instrumentation
|
|
||||||
opentelemetry-proto
|
|
||||||
opentelemetry-sdk
|
|
||||||
opentelemetry-semantic-conventions
|
|
||||||
opt_einsum
|
|
||||||
orjson
|
|
||||||
outcome
|
|
||||||
packaging
|
|
||||||
pandas
|
|
||||||
pango
|
|
||||||
pdfkit
|
|
||||||
phonenumbers
|
|
||||||
pillow
|
|
||||||
platformdirs
|
|
||||||
prometheus_client
|
|
||||||
prompt_toolkit
|
|
||||||
propcache
|
|
||||||
protobuf
|
|
||||||
psycopg
|
|
||||||
psycopg-binary
|
|
||||||
psycopg-c
|
|
||||||
psycopg2-binary
|
|
||||||
py-moneyed
|
|
||||||
pyasn1
|
|
||||||
pyasn1_modules
|
|
||||||
PyAutoGUI
|
|
||||||
pyclipper
|
|
||||||
pycodestyle
|
|
||||||
pycparser
|
|
||||||
pydantic
|
|
||||||
pydantic-ai
|
|
||||||
pydantic-ai-slim
|
|
||||||
pydantic-evals
|
|
||||||
pydantic-graph
|
|
||||||
pydantic-settings
|
|
||||||
pydantic_core
|
|
||||||
pydotplus
|
|
||||||
pydyf
|
|
||||||
PyGetWindow
|
|
||||||
Pygments
|
|
||||||
PyJWT
|
|
||||||
pylint
|
|
||||||
PyMsgBox
|
|
||||||
PyMySQL
|
|
||||||
pyobjc-core
|
|
||||||
pyobjc-framework-Cocoa
|
|
||||||
pyobjc-framework-Quartz
|
|
||||||
pyparsing
|
|
||||||
pypdf
|
|
||||||
pyperclip
|
|
||||||
pyphen
|
|
||||||
pypng
|
|
||||||
PyRect
|
|
||||||
PyScreeze
|
|
||||||
pyserial
|
|
||||||
PySocks
|
|
||||||
python-bidi
|
|
||||||
python-dateutil
|
|
||||||
python-docx
|
|
||||||
python-dotenv
|
|
||||||
python-multipart
|
|
||||||
python-openid
|
|
||||||
python-slugify
|
|
||||||
python-stdnum
|
|
||||||
python3-saml
|
|
||||||
pytweening
|
|
||||||
pytz
|
|
||||||
pyvin
|
|
||||||
pywa
|
|
||||||
pywhat
|
|
||||||
pywhatkit
|
|
||||||
PyYAML
|
|
||||||
pyzbar
|
|
||||||
qrcode
|
|
||||||
RapidFuzz
|
|
||||||
redis
|
|
||||||
regex
|
|
||||||
reportlab
|
|
||||||
requests
|
|
||||||
requests-oauthlib
|
|
||||||
requests-toolbelt
|
|
||||||
rfc3986
|
|
||||||
rich
|
|
||||||
rsa
|
|
||||||
rubicon-objc
|
|
||||||
s3transfer
|
|
||||||
sacremoses
|
|
||||||
safetensors
|
|
||||||
scikit-image
|
|
||||||
scikit-learn
|
|
||||||
scipy
|
|
||||||
selenium
|
|
||||||
sentence-transformers
|
|
||||||
sentencepiece
|
|
||||||
shapely
|
|
||||||
simsimd
|
|
||||||
six
|
|
||||||
slugify
|
|
||||||
sniffio
|
|
||||||
snowballstemmer
|
|
||||||
sortedcontainers
|
|
||||||
soupsieve
|
|
||||||
SQLAlchemy
|
|
||||||
sqlparse
|
|
||||||
sse-starlette
|
|
||||||
stanza
|
|
||||||
starlette
|
|
||||||
stringzilla
|
|
||||||
suds
|
|
||||||
swapper
|
|
||||||
sympy
|
|
||||||
tablib
|
|
||||||
tenacity
|
|
||||||
termcolor
|
|
||||||
text-unidecode
|
|
||||||
threadpoolctl
|
|
||||||
tifffile
|
|
||||||
tinycss2
|
|
||||||
tinyhtml5
|
|
||||||
tokenizers
|
|
||||||
tomli
|
|
||||||
tomlkit
|
|
||||||
torch
|
|
||||||
tqdm
|
|
||||||
transformers
|
|
||||||
trio
|
|
||||||
trio-websocket
|
|
||||||
twilio
|
|
||||||
types-python-dateutil
|
|
||||||
types-requests
|
|
||||||
typing-inspect
|
|
||||||
typing-inspection
|
|
||||||
typing_extensions
|
|
||||||
tzdata
|
|
||||||
Unidecode
|
|
||||||
upgrade-requirements
|
|
||||||
urllib3
|
|
||||||
uvicorn
|
|
||||||
vin
|
|
||||||
vininfo
|
|
||||||
vishap
|
|
||||||
vpic-api
|
|
||||||
wcwidth
|
|
||||||
weasyprint
|
|
||||||
webencodings
|
|
||||||
websocket-client
|
|
||||||
websockets
|
|
||||||
Werkzeug
|
|
||||||
wikipedia
|
|
||||||
wrapt
|
|
||||||
wsproto
|
|
||||||
xmlsec
|
|
||||||
yarl
|
|
||||||
zipp
|
|
||||||
zopfli
|
|
||||||
zstandard
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user