gassajor000 / pn532pi

Python interface for ndef communication using PN532 chip on raspberry pi
33 stars 19 forks source link

Missing "typing" package in requirements #6

Closed h4de5 closed 4 years ago

h4de5 commented 4 years ago

Had to pip3 install typing to use the i2c interface

typing needs to be added to the requires in: https://github.com/gassajor000/pn532pi/blob/3b652729fec10d5cbfb817e8b519f90d76bbc30d/setup.py#L22

Also install_requires send to be spelled incorrectly ?