diff --git a/README.md b/README.md index 7ad972b..01f7b6d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ * create venv `python3 -m venv venv` * activate `source venv/bin/activate` * `pip install -r requirements.txt` -* will need podman running +* will need docker running * `python manage.py migrate` * Create admin user: `python manage.py createsuperuser` * `python manage.py runserver` diff --git a/requirements.txt b/requirements.txt index d104c42..98902b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,6 @@ certifi==2024.12.14 charset-normalizer==3.4.1 Django==5.1.5 idna==3.10 -pillow==11.1.0 podman==5.2.0 requests==2.32.3 sqlparse==0.5.3