Skip to content

Commit

Permalink
fix: move rdmo[allauth] from ci to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Sep 15, 2023
1 parent 82347fb commit 1729b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ allauth = [
]
ci = [
"coveralls~=3.3",
"rdmo[allauth]",
"rdmo[dev]",
]
dev = [
"django-debug-toolbar~=4.2",
"pre-commit~=3.4",
"rdmo[allauth]",
"rdmo[pytest]",
]
gunicorn = [
Expand Down

0 comments on commit 1729b8c

Please sign in to comment.