mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
- Added documentation in Coding-Introduction.md for how to enable Jupyter notebook support
21 lines
427 B
Text
21 lines
427 B
Text
# Requirements for features not active in Evennia by default, but needed for
|
|
# extra functionality and options.
|
|
|
|
|
|
# Crypto libraries for SSH support
|
|
cryptography >= 2.8
|
|
pyasn1 >= 0.4.8
|
|
bcrypt >= 3.1.7
|
|
|
|
# Library for Telnet-SSL support
|
|
pyopenssl >= 19.1
|
|
service_identity >= 18.1.0
|
|
|
|
# AWS-storage contrib
|
|
boto3 >= 1.4.4
|
|
botocore >= 1.15
|
|
|
|
# Jupyter Notebook support
|
|
jupyter >= 1.0.0
|
|
ipython >= 7.19.0
|
|
django-extensions >= 3.1.0
|