cc-d/ieddit

Requirements Version Pinning

Closed this issue · 5 comments

stets commented

Via my PR at #21 -- It'd be good if these are pinned to a consistent version as well via pip freeze from the prod server.

cc-d commented

Absolutely. I'll get an updated list.

cc-d commented

4193817

pip3 freeze results

stets commented

@cc-d I think many of these are unnecessary.
I assumed you were running from a virtual environment, which I believe would only show the python modules required to run the app.
Many of these will not work in a mac environment, namely:

  • unattended-upgrades==0.1
  • distro-info
  • python-apt
cc-d commented

See: #24

Necessary packages involving captcha and rate limiting were omitted.

stets commented

added psycopg2 to master -- closing this