forked from github/plane
5ccc226498
* dev: remove auto script for registration * dev: make all of the instance admins as owners when adding a instance admin * dev: remove sign out endpoint * dev: update takeoff script to register the instance * dev: reapply instance model * dev: check none for instance configuration encryptions * dev: encrypting secrets configuration * dev: user workflow for registration in instances * dev: add email automation configuration * dev: remove unused imports * dev: reallign migrations * dev: reconfigure license engine registrations * dev: move email check to background worker * dev: add sign up * chore: signup error message * dev: updated onboarding workflows and instance setting * dev: updated template for magic login * chore: page migration changed * dev: updated migrations and authentication for license and update template for workspace invite --------- Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
41 lines
800 B
Plaintext
41 lines
800 B
Plaintext
# base requirements
|
|
|
|
Django==4.2.7
|
|
django-braces==1.15.0
|
|
django-taggit==4.0.0
|
|
psycopg==3.1.12
|
|
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.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
|
|
django-guardian==2.4.0
|
|
dj_rest_auth==2.2.5
|
|
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
|
|
beautifulsoup4==4.12.2
|
|
dj-database-url==2.1.0
|
|
posthog==3.0.2
|
|
cryptography==41.0.5
|