Skip to content

Commit

Permalink
🔧 add dependencies to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed Sep 10, 2024
1 parent af26e78 commit 7437e29
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,16 @@ classifiers = [
"Topic :: Utilities",
]
dynamic = ["version"]
dependencies = ["froide"]
dependencies = [
"froide",
"django-filter",
"django-admin-sortable2",
"djangorestframework",
]

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["froide_campaign"]
packages = ["froide_campaign"]

0 comments on commit 7437e29

Please sign in to comment.