@@ -8,7 +8,7 @@ version = "0.1.0"
88description = " A Python package for remotely controlling Vattenfall EV charging stations"
99readme = " README.md"
1010requires-python = " >=3.8"
11- license = { text = " MIT" }
11+ license = " MIT"
1212authors = [
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 ]
3542where = [" src" ]
0 commit comments