PCv5/REQUIREMENTS.md

33 lines
692 B
Markdown
Raw Permalink Normal View History

2018-02-23 23:34:06 +01:00
# Bibliothèques nécessaires
2019-11-28 14:28:08 +01:00
Attention, l'environnement est sous `python3`. Vérifiez que ce soit bien le cas sur votre config, quitte
2018-02-23 23:34:06 +01:00
à faire un virtual environment.
La liste de paquets fourni est pour Archlinux, les paquets peuvent avoir des noms légèrement différents dans votre distribution.
2018-02-23 23:34:06 +01:00
```
python3
2021-07-23 22:54:28 +02:00
python-bleach
python-email-validator
2018-02-23 23:34:06 +01:00
python-flask
python-flask-login
2020-07-21 21:06:00 +02:00
python-flask-mail
2018-02-23 23:34:06 +01:00
python-flask-migrate
python-flask-script
python-flask-sqlalchemy
python-flask-wtf
2020-07-21 21:06:00 +02:00
python-itsdangerous
2019-11-28 14:28:08 +01:00
python-ldap
2021-07-23 22:54:28 +02:00
python-markdown
python-uwsgi
python-psycopg2
python-pillow
python-pyyaml
python-slugify
flask-crontab
```
Optionnel:
```
python-flask-debugtoolbar (Disponible dans l'AUR)
```