diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-03-24 19:04:54 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-28 12:15:20 +0100 |
commit | 8b69114b1932329283f3563077a3cb53149af7c8 (patch) | |
tree | 75e1154c53fa775498c3fb91d70c6a7f7a6d59f1 /requirements.txt | |
parent | d7faab38f7a4ba4b923e6ffbfca81ed6407ad5aa (diff) | |
download | Ishtar-8b69114b1932329283f3563077a3cb53149af7c8.tar.bz2 Ishtar-8b69114b1932329283f3563077a3cb53149af7c8.zip |
Container: add parents - localisation refactoring
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 680b2986a..45ae30150 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ six>=1.9 -psycopg2==2.7.7 +psycopg2-binary==2.7.7 django-registration==2.2 django==1.11.28 Pillow==5.4.1 |