-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathrequirements.yaml
35 lines (35 loc) · 1.25 KB
/
requirements.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: iDDS
dependencies:
- python==3.9.7
- pip
- pip:
- argcomplete
- requests # requests
- SQLAlchemy # db orm
- urllib3 # url connections
- retrying # retrying behavior
# - mysqlclient # mysql python client
- mod_wsgi # apache wsgi module
- flask # web service
- stomp.py # Messaging broker client
- cx-Oracle # Oralce client
- oracledb
- unittest2 # unit test tool
- pep8 # checks for PEP8 code style compliance
- flake8 # Wrapper around PyFlakes&pep8
- pytest # python testing tool
- nose # nose test tools
- sphinx # sphinx documentation
- recommonmark # use Markdown with Sphinx
- sphinx-rtd-theme # sphinx readthedoc theme
- nevergrad # nevergrad hyper parameter optimization
- psycopg2-binary
- pyjwt
- cryptography
- redis
- alembic
- deepdiff
- pyzmq
- anytree
- networkx
- oic