Skip to content

Commit

Permalink
Merge pull request #170 from robinostlund/requirements
Browse files Browse the repository at this point in the history
Add requirements to pip package
  • Loading branch information
robinostlund authored Feb 14, 2022
2 parents b2f9ceb + c44697d commit 20e6a3c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@ long_description_content_type = text/markdown
url = https://github.com/robinostlund/volkswagencarnet
project_urls =
Bug Tracker = https://github.com/robinostlund/volkswagencarnet/issues
license = GPLv3
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent

[options]
install_requires =
lxml
beautifulsoup4
aiohttp
pyjwt
package_dir =
= .
packages = find:
Expand Down

0 comments on commit 20e6a3c

Please sign in to comment.