wncc / Hello-FOSS-Chat

The Chat Application repository for Hello-FOSS
http://hello-foss-chat.herokuapp.com/
3 stars 8 forks source link

cleaning up requirements.txt #18

Closed sanidhyaanand closed 3 years ago

sanidhyaanand commented 3 years ago

Clean up of requirements.txt

Description

Removed repeated modules and dependencies from requirements file. Most of the removed dependencies are either unused or are installed alongwith larger modules like Flask. For example, Werkzeug is installed when installing Flask. Included SQL for future databasing, locally runs well without it.

List of packages permanently removed i.e. will not be installed as an invisible dependency: asgiref, cffi, gevent, gevent-websocket, pytz, redis, zope.event, zope.interface

Context

Solved this issue