khaganat-web/Pipfile
Rodolphe Breard b0b8f30580 Migrate to Bulma
Bulma is simple and free full-CSS framework. Unlike Bootstrap, it fits
within a single small CSS file. It is also well integrated in Django.
https://bulma.io/
2018-06-03 22:16:40 +02:00

14 lines
211 B
TOML

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
python-decouple = "*"
markdown = "*"
django-npb = "*"
django-bulma = "*"
[dev-packages]
gunicorn = "*"