nullp0tr / bluew

Bluew is a simple and easy to use bluetooth API for python
MIT License
15 stars 2 forks source link

A lot of libraries in requirements.txt #1

Closed ukBaz closed 6 years ago

ukBaz commented 6 years ago

There are a lot of libraries in requirements.txt that don't seem to be used.

Are they all required for an end user to experiment with your library?

nullp0tr commented 6 years ago

The requirements.txt is outdated, I'll fix it later:) I think some of them got pulled because of nosetests and the testconfig plugin for it. But you definitely don't need them all!

nullp0tr commented 6 years ago

The only required library for it to run is actually dbus-python, I added vext.gi cause it helps import gi.repository from a virtualenv. I also removed the libraries needed for nosetests.

ukBaz commented 6 years ago

Thanks