Skip to content

Commit

Permalink
Try adding dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrelefevre committed Oct 9, 2023
1 parent bf9b927 commit 90197ba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 57 deletions.
16 changes: 9 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,22 @@ build-backend = "hatchling.build"

[project]
name = "secd"
version = "0.0.8"
version = "0.0.9"
authors = [
{ name="Emil Karlsson", email="emilk2@kth.se" },
{ name="Pierre Le Fevre", email="pierrelf@kth.se" }
{ name = "Emil Karlsson", email = "emilk2@kth.se" },
{ name = "Pierre Le Fevre", email = "pierrelf@kth.se" },
]
description = "A package to work with kthcloud secd"
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = ["pyyaml", "python-dotenv"]


[project.urls]
"Homepage" = "https://github.com/kthcloud/secd-pip"
"Bug Tracker" = "https://github.com/kthcloud/secd-pip/issues"
"Bug Tracker" = "https://github.com/kthcloud/secd-pip/issues"
2 changes: 0 additions & 2 deletions requirements.txt

This file was deleted.

48 changes: 0 additions & 48 deletions src/secd/example.py

This file was deleted.

0 comments on commit 90197ba

Please sign in to comment.