Add requirements_extra.txt to easily get optinal dependencies

This commit is contained in:
Griatch 2020-05-16 17:47:13 +02:00
parent 199ef691b4
commit bc1f134026
3 changed files with 17 additions and 0 deletions

View file

@ -16,6 +16,7 @@
- The `initial_setup.py` file can now be substituted in `settings.py` to customize
initial game database state. (volund)
- Added new Traits contrib, converted and expanded from Ainneve project.
- Added new `requirements_extra.txt` file for easily getting all optional dependencies.
### Already in master
- `is_typeclass(obj (Object), exact (bool))` now defaults to exact=False