larrabee / freeipa-password-reset

Self-service password reset app for FreeIPA
GNU General Public License v3.0
90 stars 31 forks source link

requirements.txt lists unavailable version of django #7

Closed anthonyclarka2 closed 5 years ago

anthonyclarka2 commented 5 years ago

The requirements.txt file lists "django==1.11.19" as a dependency, but that version is not available.

Editing the requirements.txt file and increasing the version of django to 1.11.20 allows "pip install -r requirements.txt" to succeed.

larrabee commented 5 years ago

Hello. Thank you for report. Fixed now.

anthonyclarka2 commented 5 years ago

Thank you!