Skip to content

Commit

Permalink
ignore .idea/, replace celery in tox
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitch Hartweg committed Aug 10, 2023
1 parent 47b7cc1 commit 40921d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ src/*.egg-info/
/.pytest_cache
.tox/
.coverage

.idea/
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ deps =
bottle
cryptography ; python_version >= "3.6"
cryptography<3.2 ; python_version < "3.6"
celery!=4.4.4
django32: Django>=3.2,<3.3
django32: djangorestframework
django40: Django>=4.0,<4.1
Expand Down

0 comments on commit 40921d6

Please sign in to comment.