|
|
|
|
|
by dec0dedab0de
2805 days ago
|
|
Have you tried pipenv? It creates a lock file that hashes all your dependencies so it makes sure you get the right one when you deploy.. And it automatically creates the virtualenv if its nog there when you install them. |
|