Skip to content

v2.3.0

Compare
Choose a tag to compare
@avara1986 avara1986 released this 08 Mar 19:35
· 93 commits to master since this release

Features
Installing pyms with all dependencies

pip install pyms[all]
  • Installing minimun dependencies
pip install pyms
  • Installing request dependencies
pip install pyms[request]
  • Installing swagger dependencies
pip install pyms[swagger]
  • Installing metrics dependencies
pip install pyms[metrics]
  • Installing trace dependencies
pip install pyms[trace]
  • Installing cryptography dependencies
pip install pyms[cryptography]