robinostlund / volkswagencarnet

A python library for volkswagen carnet
GNU General Public License v3.0
65 stars 37 forks source link

PyPI: requirements missing #169

Closed zzarne closed 2 years ago

zzarne commented 2 years ago

When installed from PyPI, e.g. via

pip3 install volkwagencarnet

the dependencies listed in requirements.txt are not installed.

# pip3 show volkswagencarnet
Name: volkswagencarnet
Version: 4.4.47
Summary: Communicate with Volkswagen WeConnect
Home-page: https://github.com/robinostlund/volkswagencarnet
Author: Robin Ostlund
Author-email: me@robinostlund.name
License: UNKNOWN
Location: /home/arne/vwc/lib/python3.8/site-packages
Requires: 
Required-by: 
robinostlund commented 2 years ago

Hmm, strange, that could be good if they get installed :D

robinostlund commented 2 years ago

@zzarne better? :)

pip3 show volkswagencarnet
Name: volkswagencarnet
Version: 4.4.48
Summary: Communicate with Volkswagen WeConnect
Home-page: https://github.com/robinostlund/volkswagencarnet
Author: Robin Ostlund
Author-email: me@robinostlund.name
License: GPLv3
Location: /Users/robin/.venv/python3/lib/python3.9/site-packages
Requires: aiohttp, beautifulsoup4, lxml, pyjwt
Required-by:
zzarne commented 2 years ago

Much better, thanks!