Warning, /iDDS/environment.yml is written in an unsupported language. File is not indexed.
0001 name: iDDS
0002 dependencies:
0003 - python==3.6
0004 - pip
0005 - pip:
0006 - requests # requests
0007 - SQLAlchemy # db orm
0008 - urllib3 # url connections
0009 - retrying # retrying behavior
0010 - mysqlclient # mysql python client
0011 #- web.py # web service
0012 - stomp.py # Messaging broker client
0013 - cx-Oracle # Oralce client
0014 - oracledb
0015 - unittest2 # unit test tool
0016 - pep8 # checks for PEP8 code style compliance
0017 - flake8 # Wrapper around PyFlakes&pep8
0018 - pytest # python testing tool
0019 - nose # nose test tools
0020