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
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -34,7 +34,7 @@ setup(
|
|||
author_email="mail@stefanwehrmeyer.com",
|
||||
packages=find_packages(),
|
||||
install_requires=[
|
||||
"froide @ git+https://github.com/okfde/froide.git@main#egg=froide",
|
||||
"froide",
|
||||
"django-cms",
|
||||
"django-filer",
|
||||
"psycopg2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue