Move extra requirement file to the right dir level
This commit is contained in:
parent
bc1f134026
commit
537948561a
1 changed files with 0 additions and 0 deletions
15
requirements_extra.txt
Normal file
15
requirements_extra.txt
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# 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
|
||||
|
||||
# AWS-storage contrib
|
||||
boto3 >= 1.4.4
|
||||
botocore >= 1.15
|
||||
Loading…
Add table
Add a link
Reference in a new issue