Restored `requirements.txt` Updated `setup.py` to include new repository url and contact details. Moved the rtsp code from `record` to `stream`. Updated project structure to make it more readable and developer friendly - moved mixins to the `mixins` package, moved handlers to the `handlers` package. Moved files not belonging to anything in particular to the `util` package. Updated `camera` class to also defer login call. Deleted unused files like `config_handler`.
6 lines
97 B
Plaintext
6 lines
97 B
Plaintext
numpy==1.19.4
|
|
opencv-python==4.4.0.46
|
|
Pillow==8.0.1
|
|
PySocks==1.7.1
|
|
PyYaml==5.3.1
|
|
requests>=2.18.4 |