Nějaké komentáře k requirements.txt
This commit is contained in:
parent
191177aea0
commit
0f3874beb5
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
-c constraints.txt
|
||||
# basic libs
|
||||
|
||||
psycopg2
|
||||
ipython
|
||||
psycopg2 # PostgreSQL adaptér
|
||||
ipython # Interaktivní shell
|
||||
Unidecode # Přepisuje unicode do ASCII (např. soubory nebo e-maily)
|
||||
Pillow
|
||||
pilkit>=3.0 # Kvůli kompatibilitě s Pillow>=10.0.0
|
||||
Unidecode
|
||||
|
||||
# Django and modules
|
||||
|
||||
|
|
Loading…
Reference in a new issue