inyokaproject / inyoka

All-in-one portal software
http://inyokaproject.org
Other
13 stars 4 forks source link

`pyasn1` and `pyzmq` needed? #1151

Closed chris34 closed 3 years ago

chris34 commented 3 years ago

extra/requirements/production.txt contains both pyasn1 and pyzmq as required packages. However, i have no clue, whether they are needed or used.

If nobody else knows this, i would suggest a rather brute-force idea: Exclude it from the requirements file and see, if something breaks (do not forget to create a new virtualenv. Otherwise the dropped dependencies can/will be still there)

chris34 commented 3 years ago

zmq seems to be needed for the jabberbot

chris34 commented 3 years ago

According to pipdeptree -f --exclude pip,wheel,setuptools,pipdeptree the package pyasn1 is needed by slixmpp. So i will close this issue for now.