Skip to content

Commit

Permalink
[#2024-03] Merge branch 'delano/2024-03-24-add-nuxt3-app-actions'
Browse files Browse the repository at this point in the history
  • Loading branch information
delano committed Mar 24, 2024
1 parent 052a580 commit c7467cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions apps/api/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -101,21 +101,21 @@ python-dotenv

# Django REST framework
# Remote
-e git+ssh://git@github.com/delano/django-rest-framework.git@main#egg=djangorestframework
-e git+https://github.com/delano/django-rest-framework.git@main#egg=djangorestframework
#
# Local
# -e git+file:///Users/d/Projects/opensource/django-rest-framework@dev#egg=djangorestframework

# DRF Registration package installed via git
# Remote
-e git+ssh://git@github.com/delano/drf-registration.git@b6b50ef151473385b2fdc1b3800773545d689e3c#egg=drf-registration
-e git+https://github.com/delano/drf-registration.git@b6b50ef151473385b2fdc1b3800773545d689e3c#egg=drf-registration
#
# Local
# -e git+file:///Users/d/Projects/opensource/drf-registration@dev#egg=drf-registration

# DRFPasswordless package installed via git
# Remote
-e git+ssh://git@github.com/delano/django-rest-framework-passwordless.git@delano/20240209-email-context#egg=drfpasswordless
-e git+https://github.com/delano/django-rest-framework-passwordless.git@delano/20240209-email-context#egg=drfpasswordless
#
# Local
# -e git+file:///Users/d/Projects/opensource/django-rest-framework-passwordless@dev#egg=drfpasswordless
Expand Down
6 changes: 3 additions & 3 deletions apps/api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# pip-compile --output-file=requirements.txt --strip-extras requirements.in
#
-e git+ssh://git@github.com/delano/django-rest-framework.git@main#egg=djangorestframework
-e git+https://github.com/delano/django-rest-framework.git@main#egg=djangorestframework
# via
# -r requirements.in
# drf-registration
# drf-spectacular
# drfpasswordless
-e git+ssh://git@github.com/delano/drf-registration.git@b6b50ef151473385b2fdc1b3800773545d689e3c#egg=drf-registration
-e git+https://github.com/delano/drf-registration.git@b6b50ef151473385b2fdc1b3800773545d689e3c#egg=drf-registration
# via -r requirements.in
-e git+ssh://git@github.com/delano/django-rest-framework-passwordless.git@delano/20240209-email-context#egg=drfpasswordless
-e git+https://github.com/delano/django-rest-framework-passwordless.git@delano/20240209-email-context#egg=drfpasswordless
# via -r requirements.in
asgiref==3.8.1
# via
Expand Down

0 comments on commit c7467cd

Please sign in to comment.