Skip to content

Commit

Permalink
Fix Poetry configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
praseodym committed Feb 19, 2025
1 parent 935b12b commit f9b5416
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
dependencies = ["django"]

[project.optional-dependencies]
dev = ["pytest", "black", "flake8"]

Expand Down Expand Up @@ -27,11 +25,7 @@ exclude = '''
'''

[tool.poetry]
name = "dienst2"
version = "0.1.0"
description = ""
authors = ["Joep de Jong"]
readme = "README.md"
package-mode = false

[tool.poetry.dependencies]
python = "^3.11"
Expand Down

0 comments on commit f9b5416

Please sign in to comment.