Skip to content

Commit

Permalink
.toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakms221 committed Feb 8, 2024
1 parent e51ac90 commit b4dcd48
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ name = "Leafeon"
version = "0.0.0"
description = "A brief description of what your project does."
authors = [{ name = "Your Name", email = "[email protected]" }]
license = { text = "MIT" }
requires-python = ">=3.8"

# Specify license via a LICENSE file
license = { file = "LICENSE" }

[project.dependencies]
flask = "^1.1.2"
requests = "^2.25.1"
dependencies = [
"flask^1.1.2",
"requests^2.25.1"
]

[project.optional-dependencies]
dev = [
Expand All @@ -20,4 +19,4 @@ dev = [
]

[tool.pdm]
python_requires = ">=3.8"
python_requires = ">=3.8"

0 comments on commit b4dcd48

Please sign in to comment.