Skip to content

Commit

Permalink
Pin django-axes to version that works with django 2
Browse files Browse the repository at this point in the history
ignore build directorys
  • Loading branch information
swainn committed Sep 2, 2022
1 parent dfec8a1 commit 8896ad8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
*.idea
*.sqlite3
*.db
build/
.eggs/
.vscode/
docs/_build
*~
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies:

# django/plugin dependencies
- django=2.2.*
- django-axes
- django-axes=5.35.*
- django-filter
- djangorestframework
- django-bootstrap3
Expand Down

0 comments on commit 8896ad8

Please sign in to comment.