You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current vagrant environment is pretty outdated and doesn't use the same packages as production. We need to sync these to prevent deployment issues.
Here is the list what needs to be done:
Use fedora provided packages where available
Freeze versions of packages to versions provided by fedora (Use >=)
Remove packages that are no longer needed
Update vagrant to Fedora 32
The text was updated successfully, but these errors were encountered:
I decided to not use poetry in the end, because this will need different approach to installing and handling dependencies at all. Instead I decided to go with requirements.txt and usage of >= and < to prevent any breaking change. I hope this will be enough.
The current vagrant environment is pretty outdated and doesn't use the same packages as production. We need to sync these to prevent deployment issues.
Here is the list what needs to be done:
The text was updated successfully, but these errors were encountered: