code4romania / covid-19-ro-help

Platform for NGOs to create donation requests and to broadcast their services in an emergency
Mozilla Public License 2.0
18 stars 41 forks source link

pip requirements are busted #387

Open vamposdecampos opened 3 years ago

vamposdecampos commented 3 years ago

At commit d429483186d01eb1e6ffd449986632ee3eb57850, running "docker-compose up" fails at the "pip3 install" step with:

ERROR: Cannot install -r requirements.txt (line 6) and django-crispy-forms<2.0.0 and >=1.9.0 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested django-crispy-forms<2.0.0 and >=1.9.0
    django-crispy-bulma 0.2 depends on django-crispy-forms==1.7.2

Full log: pip.log

Do we know a combination that works? Perhaps pip freeze in someone's working container image?