mozilla / http-observatory

Mozilla HTTP Observatory
https://observatory.mozilla.org/
Mozilla Public License 2.0
1.84k stars 168 forks source link

Separate dependencies into groups and extras #519

Open tognee opened 7 months ago

tognee commented 7 months ago

This commits adds a new extra [website] that install the dependencies psycopg2 Flask and uWSGI. It also moves the dev dependencies into the dev group.

This will make it easier for developers to install the package from PyPi and use it as a library instead of using it as a web server. If a developer wants to use the server it can do so by using the [website] extra.