|
|
|
|
|
by wirrbel
1818 days ago
|
|
what I did was pip-compile production.in then use the pinned production requirements and a dev.in to produce the dev environment. Key point being that the dev environment needs to have the very same pinned versions for all packages that are part of the prod environment. |
|