Warning, /iDDS/requirements.yaml is written in an unsupported language. File is not indexed.
0001 name: iDDS
0002 dependencies:
0003 - python==3.11
0004 - pip
0005 - pip:
0006 - argcomplete
0007 - requests # requests
0008 - SQLAlchemy # db orm
0009 - urllib3 # url connections
0010 - retrying # retrying behavior
0011 # - mysqlclient # mysql python client
0012 - mod_wsgi # apache wsgi module
0013 - flask # web service
0014 - stomp.py # Messaging broker client
0015 # - cx-Oracle # Oralce client
0016 - oracledb
0017 - unittest2 # unit test tool
0018 - pep8 # checks for PEP8 code style compliance
0019 - flake8 # Wrapper around PyFlakes&pep8
0020 - pytest # python testing tool
0021 - nose # nose test tools
0022 - sphinx # sphinx documentation
0023 - recommonmark # use Markdown with Sphinx
0024 - sphinx-rtd-theme # sphinx readthedoc theme
0025 - nevergrad # nevergrad hyper parameter optimization
0026 - psycopg2-binary
0027 - pyjwt
0028 - cryptography
0029 - redis
0030 - alembic
0031 - deepdiff
0032 - pyzmq
0033 - anytree
0034 - networkx
0035 - oic