Skip to content

Commit

Permalink
Default apps
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKSeal committed Mar 7, 2024
1 parent 8fb9959 commit 0bcb0aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ django-graphql-jwt = "^0.3.4"
django-taggit = "^4.0.0"
pylint = "^2.17.5"
urllib3 = "<=2.0"
paramiko = "^3.4.0"

[tool.poetry.group.docs.dependencies]
sphinx = "^6"
Expand Down
2 changes: 1 addition & 1 deletion tardis/default_settings/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"tardis.analytics",
# these optional apps, may require extra settings
#"tardis.apps.oaipmh",
"tardis.apps.sftp",
#"tardis.apps.sftp",
'tardis.apps.push_to',
# 'tardis.apps.social_auth',
"taggit",
Expand Down

0 comments on commit 0bcb0aa

Please sign in to comment.