Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
boto3
dj-database-url
django-ajax-selects==1.9.1
django-allauth==0.48.0
django-allauth>=0.54.0
django-cors-headers
django-debug-toolbar
django-environ
Expand Down
9 changes: 4 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile
# pip-compile requirements.in
#

# The two lines below are needed for Heroku compatibility.
# `setuptools==65.5.1` ensures compatibility with legacy packages like django-allauth,
# and `wheel` is needed for building packages from source.
Expand Down Expand Up @@ -42,7 +41,7 @@ django==2.2.13
# djangorestframework
django-ajax-selects==1.9.1
# via -r requirements.in
django-allauth==0.48.0
django-allauth==0.54.0
# via -r requirements.in
django-cors-headers==3.4.0
# via -r requirements.in
Expand Down