sourcebots / robot-api

(Legacy) API to interface with robotd
http://docs.sourcebots.co.uk/api/
MIT License
4 stars 1 forks source link

Fix package requirements #33

Closed kierdavis closed 6 years ago

kierdavis commented 6 years ago

For some reason the requirements_test.txt file listed pycparser as a requirement, although its never used anywhere. I presume this was left over from an earlier time?

Also, the tests require robotd and sb-vision to be available.

I've unfamiliar with python packaging idioms - have I done this correctly?

kierdavis commented 6 years ago

Oh, it looks like adding robotd and sb-vision to requirements_test.txt breaks the CI, since they're installed separately. I guess I can add them to setup.py but not to requirements_test.txt?