Skip to content

Commit

Permalink
dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JungleCatSW committed Nov 16, 2023
1 parent 188bef7 commit f58078c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
name = "cudo-compute"
version = "0.0.2"
authors = [
{ name="Cudo Ventures", email="[email protected]" },
{ name = "Cudo Ventures", email = "[email protected]" },
]
description = "A client for cudocompute.com"
readme = "README.md"
Expand All @@ -17,6 +17,11 @@ classifiers = [
"Operating System :: OS Independent",
]

dependencies = [
"six>=1.0.0",
"urllib3>=1.10.0",
]

[project.urls]
"Homepage" = "https://www.cudocompute.com"
"Bug Tracker" = "https://github.com/CudoVentures/cudo-compute-python-client/issues"

0 comments on commit f58078c

Please sign in to comment.