Skip to content

Commit

Permalink
Fixed broken requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dolphingarlic committed Jan 28, 2022
1 parent 383c10a commit 3e52dae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ core/models/__pycache__/
# Virtual Environments
backend/venv
venv
env

# Clean macOS dotfiles
*.DS_Store
Expand Down
6 changes: 3 additions & 3 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
asgiref==3.2.3
asgiref==3.2.10
astroid==2.3.3
certifi==2020.6.20
chardet==3.0.4
dj-database-url==0.5.0
Django==3.1.14
Django==3.0.7
django-common-helpers==0.9.2
django-cors-headers==3.2.0
django-cors-middleware==1.5.0
Expand Down Expand Up @@ -34,5 +34,5 @@ shortuuid==1.0.1
six==1.13.0
sqlparse==0.3.0
typed-ast==1.5.1
urllib3==1.26.5
urllib3==1.25.9
wrapt==1.11.2

0 comments on commit 3e52dae

Please sign in to comment.