Skip to content

Commit cd85ba9

Browse files
committed
Fixed project definition
1 parent 8e3b6ac commit cd85ba9

3 files changed

Lines changed: 9 additions & 50 deletions

File tree

pyproject.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "0.1.0"
88
description = "A Python package for remotely controlling Vattenfall EV charging stations"
99
readme = "README.md"
1010
requires-python = ">=3.8"
11-
license = {text = "MIT"}
11+
license = "MIT"
1212
authors = [
1313
{name = "Bram", email = "b.dewit@applyai.nl"}
1414
]
@@ -21,7 +21,6 @@ classifiers = [
2121
"Intended Audience :: Developers",
2222
"Topic :: Software Development :: Libraries :: Python Modules",
2323
"Topic :: System :: Hardware :: Hardware Drivers",
24-
"License :: OSI Approved :: MIT License",
2524
"Programming Language :: Python :: 3",
2625
"Programming Language :: Python :: 3.8",
2726
"Programming Language :: Python :: 3.9",
@@ -30,6 +29,14 @@ classifiers = [
3029
"Programming Language :: Python :: 3.12",
3130
"Operating System :: OS Independent",
3231
]
32+
dependencies = [
33+
"requests>=2.32.4",
34+
"selenium>=0.16.0",
35+
"websockets>=15.0.1",
36+
]
37+
38+
[project.optional-dependencies]
39+
dev = ["ruff", "pyright"]
3340

3441
[tool.setuptools.packages.find]
3542
where = ["src"]

requirements.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

setup.py

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)