Skip to content

Commit

Permalink
Move deps outside
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Jul 19, 2024
1 parent 4d328d8 commit 9b41733
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors = [
{name = "František Dvořák", email = "[email protected]"},
{name = "Enol Fernández", email = "[email protected]"},
]
dynamic = ["version"]
dynamic = ["version", "dependencies"]
license = {file = "LICENSE"}
classifiers = [
"Development Status :: 4 - Beta",
Expand All @@ -20,14 +20,12 @@ classifiers = [
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3",
]
dependencies = [
"peewee",
"requests",
"dirq",
]

[project.scripts]
egi-notebooks-accounting-dump = "egi_notebooks_accounting.pods:main"
egi-notebooks-eosc-accounting = "egi_notebooks_accounting.eosc:main"

[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}

[tool.setuptools_scm]
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
peewee
requests
dirq

0 comments on commit 9b41733

Please sign in to comment.