rapidpro / casepro

Case management dashboard for RapidPro
BSD 3-Clause "New" or "Revised" License
21 stars 31 forks source link

Project Folder missing pip-freeze.txt file #346

Closed allandereal closed 3 years ago

allandereal commented 3 years ago

The root folder of the project is missing the pip-freeze.txt hence unable to install pip dependencies on a new installation.

rowanseymour commented 3 years ago

We use https://python-poetry.org/ now for dependencies - poetry install should do it