Unpin froide dependency in setup.py
This commit is contained in:
parent
80e56c1702
commit
575379c3fb
2 changed files with 2 additions and 1 deletions
|
|
@ -14,6 +14,7 @@ docker compose up -d
|
|||
python3 -m venv .venv
|
||||
source .venv/bin/activate
|
||||
# Install dependencies
|
||||
pip install -e git+https://github.com/okfde/froide.git@main#egg=froide
|
||||
pip install -e .
|
||||
# Setup initial database
|
||||
./manage.py migrate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue