Skip to content

Commit

Permalink
allauth
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Sep 13, 2023
1 parent a140c52 commit 25ed8a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
sudo apt update
sudo apt install --yes libldap2-dev libsasl2-dev
- run: python -m pip install --upgrade pip setuptools
- run: python -m pip install .[ci,dev,gunicorn,ldap,memcached,mysql,postgres,pytest]
- run: python -m pip install .[allauth,ci,dev,gunicorn,ldap,memcached,mysql,postgres,pytest]
- run: python -m pip freeze
- run: python -m pip list --outdated

Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ dependencies = [
"defusedcsv~=2.0",
"defusedxml~=0.7",
"Django~=4.2",
"django-allauth~=0.56",
"django-cleanup~=8.0",
"django-compressor~=4.4",
"django-extensions~=3.2",
Expand All @@ -61,6 +60,9 @@ dependencies = [
]

[project.optional-dependencies]
allauth = [
"django-allauth~=0.56",
]
ci = [
"coveralls~=3.3",
"rdmo[dev]",
Expand Down

0 comments on commit 25ed8a9

Please sign in to comment.