mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
1a9faa025a
* fix: file name change * feat: added xml json and csv export * chore: added openpyxl package * fix: added initiated_by field * fix: added initiated by details * dev: refactoring * fix: rendering assignee name and labels in sheet * fix: handeled exception in label * feat: implemented link expiration scheduler(8 days) * fix: removed the expired field --------- Co-authored-by: NarayanBavisetti <narayan311@gmail.com> Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
36 lines
719 B
Plaintext
36 lines
719 B
Plaintext
# base requirements
|
|
|
|
Django==4.2.3
|
|
django-braces==1.15.0
|
|
django-taggit==4.0.0
|
|
psycopg==3.1.9
|
|
django-oauth-toolkit==2.3.0
|
|
mistune==3.0.1
|
|
djangorestframework==3.14.0
|
|
redis==4.6.0
|
|
django-nested-admin==4.0.2
|
|
django-cors-headers==4.1.0
|
|
whitenoise==6.5.0
|
|
django-allauth==0.54.0
|
|
faker==18.11.2
|
|
django-filter==23.2
|
|
jsonmodels==2.6.0
|
|
djangorestframework-simplejwt==5.2.2
|
|
sentry-sdk==1.27.0
|
|
django-s3-storage==0.14.0
|
|
django-crum==0.7.9
|
|
django-guardian==2.4.0
|
|
dj_rest_auth==2.2.5
|
|
google-auth==2.21.0
|
|
google-api-python-client==2.92.0
|
|
django-redis==5.3.0
|
|
uvicorn==0.22.0
|
|
channels==4.0.0
|
|
openai==0.27.8
|
|
slack-sdk==3.21.3
|
|
celery==5.3.1
|
|
django_celery_beat==2.5.0
|
|
psycopg-binary==3.1.9
|
|
psycopg-c==3.1.9
|
|
scout-apm==2.26.1
|
|
openpyxl==3.1.2 |