-
Notifications
You must be signed in to change notification settings - Fork 6
[securedrop-proxy] make sure to use same versions of prod packages in the dev env #153
Comments
This is not really a bug after all, from what I can tell. For example, let's just say we pinned the lib
To see this for yourself:
This would tell a developer that they either need to downgrade and specify a specific version of |
Also, please read freedomofpress/securedrop-client#1268 (comment) for background on why I created this issue - the thought was that we are currently doing something wrong here by using |
Description
dev-requirements.txt
is currently built using the--upgrade
option. This is fine as long as we don't also upgrade prod dependencies. This was not intentional and should be fixed so that we only use the latest dev-only packages:securedrop-proxy/Makefile
Line 56 in 9abadaa
The text was updated successfully, but these errors were encountered: