Skip to content
Snippets Groups Projects
Commit 7f5dbcbf authored by Valentin Maurer's avatar Valentin Maurer
Browse files

updated pyproject.toml

parent 14ed68f1
Branches main
No related tags found
No related merge requests found
......@@ -8,6 +8,13 @@ authors = [
{ name = "Valentin Maurer", email = "valentin.maurer@embl-hamburg.de" },
]
version="1.0"
dependencies=[
"ftputil",
"PyYAML",
"wget",
"httpx",
"beautifulsoup4",
]
description="Accessories for interacting with the EBI EMDB"
readme="README.md"
requires-python = ">=3.10"
......@@ -17,14 +24,6 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies=[
"ftputil",
"PyYAML",
"wget",
"httpx",
"beautifulsoup4,
]
[project.urls]
"Homepage" = "https://git.embl.de/vmaurer/ebi_queries"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment