devilry / trix2

Next generation Trix. Detailed task control and statistics app for better learning outcome.
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

Requirements clean-up #142

Closed torgeirl closed 7 months ago

torgeirl commented 9 months ago

Some requirements clean-up, trying to remove packages we no longer use or need:


I'm not sure why django-toolbelt is included for production?

It's not on PyPI, and the only reference to it in this repo is @espenak removing the explicit requirement for Gunicorn in 6480d8e298c5a13bae7df274cc2319f403addebb in June 2014 since «[gunicorn] is in django-toolbelt». My guess is that that package also is abandoned, but since we haven't used other means to update/install than requirements/production.txt we haven't noticed it.

django-toolbelt looks to have been a collection of django, psycopg2, gunicorn, dj-database-url and dj-static; we currently need 3/5 of them and it's better practice to import them explicitely.