-
Notifications
You must be signed in to change notification settings - Fork 2
/
requirements_dev.txt
28 lines (26 loc) · 1.13 KB
/
requirements_dev.txt
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
### DO NOT CHANGE THIS FILE
### It is generated by the build process: ./gradlew createRequirementsTextForDev
### build.gradle defines the dependencies needed for development and production.
### This file is generated in the SOURCE directory, so that an IDE can be setup for development.
### Using this file, you can install all required dependencies for development into your IDE's venv.
### The pinned.txt that is created in the build directory has only the dependencies needed for production.
### This file may be safely checked into version control so that others may set-up their environments.
### Use this file with "pip install -r requirements_dev.txt" to install dependencies into your venv.
### Most IDEs will allow you to specify the file when setting up the venv,
### and you won't have to run that command directly.
### DO NOT CHANGE THIS FILE
### Production Dependencies
ibm-whcs-sdk==1.9.0
fhir.resources==6.1.0
flask==2.1.1
### Development Dependencies
pytest==6.2.5
pytest-cov==3.0.0
deepdiff==5.5.0
flake8==4.0.1
types-requests==2.25.9
pytest-html==3.1.1
pylint==2.10.2
pylint2junit==1.0.1
flake8-formatter-junit-xml==0.0.6
mypy==0.931