Created
November 23, 2017 12:29
-
-
Save DeadSix27/92e2dba650cdaf5999e44f9adc8ee4ba to your computer and use it in GitHub Desktop.
Saves time.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ python2 synapse/python_dependencies.py > requirements.txt | |
| $ cat requirements.txt 13:29:08 | |
| matrix-synapse-ldap3>=0.1 | |
| msgpack-python>=0.3.0 | |
| daemonize | |
| frozendict>=0.4 | |
| psutil>=2.0.0 | |
| pyopenssl>=0.14 | |
| pydenticon | |
| pymacaroons-pynacl | |
| service_identity>=1.0.0 | |
| signedjson>=1.0.0 | |
| pyyaml | |
| Twisted>=16.0.0 | |
| bleach>=1.4.2 | |
| unpaddedbase64>=1.1.0 | |
| pillow | |
| pyasn1 | |
| ujson | |
| pynacl==0.3.0 | |
| netaddr>=0.7.18 | |
| jsonschema>=2.5.1 | |
| blist | |
| canonicaljson>=1.0.0 | |
| matrix_angular_sdk>=0.6.8 | |
| Jinja2>=2.8 | |
| affinity | |
| pysaml2>=3.0.0,<4.0.0 | |
| bcrypt | |
| phonenumbers>=8.2.0 | |
| $ sudo pip2 install -r requirements.txt | |
| K. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment