scanner-research / scanner

Efficient video analysis at scale
https://scanner-research.github.io/
Apache License 2.0
620 stars 108 forks source link

Remove enum34 from setup.py #242

Closed keunhong closed 4 years ago

keunhong commented 5 years ago

Also, is psycopg2 necessary to run scanner? I only see it being used in one of the tests, but it makes installing scanner with pip a bit trickier.

fpoms commented 5 years ago

Hi @keunhong,

This PR https://github.com/scanner-research/scanner/pull/244 removes enum34, makes psycopg2 and libpqxx dependencies only required for running the python tests, and makes several other dependencies optional.

If that solves your issue, feel free to close this PR.