mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
82ba9833f2
* dev: enable api logging and control worker count through env * dev: enable logger instead of printing * dev: remove worker counts * dev: enable global level log settings * dev: add rotating logger * fix: logging configuration * dev: api logging and moving the capture exception to utils for logging and then capturing * fix: information leaking through print logs * dev: linting fix * dev: logging configuration for django * fix: linting errors * dev: add logs for migrator * dev: logging cofiguration * dev: add permision for captain user in Plane * dev: add log paths in compose * dev: create directory for logs * dev: fix linting errors
38 lines
699 B
Plaintext
38 lines
699 B
Plaintext
# base requirements
|
|
|
|
Django==4.2.10
|
|
psycopg==3.1.12
|
|
djangorestframework==3.14.0
|
|
redis==4.6.0
|
|
django-cors-headers==4.2.0
|
|
whitenoise==6.5.0
|
|
django-allauth==0.55.2
|
|
faker==18.11.2
|
|
django-filter==23.2
|
|
jsonmodels==2.6.0
|
|
djangorestframework-simplejwt==5.3.0
|
|
sentry-sdk==1.30.0
|
|
django-storages==1.14
|
|
django-crum==0.7.9
|
|
google-auth==2.22.0
|
|
google-api-python-client==2.97.0
|
|
django-redis==5.3.0
|
|
uvicorn==0.23.2
|
|
channels==4.0.0
|
|
openai==1.2.4
|
|
slack-sdk==3.21.3
|
|
celery==5.3.4
|
|
django_celery_beat==2.5.0
|
|
psycopg-binary==3.1.12
|
|
psycopg-c==3.1.12
|
|
scout-apm==2.26.1
|
|
openpyxl==3.1.2
|
|
python-json-logger==2.0.7
|
|
beautifulsoup4==4.12.2
|
|
dj-database-url==2.1.0
|
|
posthog==3.0.2
|
|
cryptography==42.0.4
|
|
lxml==4.9.3
|
|
boto3==1.28.40
|
|
|