Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
use poetry for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vggonzal authored and vggonzal committed Aug 3, 2023
1 parent c657e3d commit fb6b1e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ exclude = ['contrib', 'docs', 'tests']
packages = [
{ include = "podaac" },
]

[tool.poetry.dependencies]
python = "^3.10"
six = "^1.16.0"
Expand Down

0 comments on commit fb6b1e1

Please sign in to comment.