Merge pull request #3314 from bblommers/dependency-test

List dependencies for services - add integration test
This commit is contained in:
Steve Pulec 2020-09-23 07:07:31 -05:00 committed by GitHub
commit ce60e9e3b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
42 changed files with 1433 additions and 1245 deletions

View file

@ -1,18 +1,16 @@
-r requirements.txt
nose
-r requirements-tests.txt
black==19.10b0; python_version >= '3.6'
regex==2019.11.1; python_version >= '3.6' # Needed for black
sure==1.4.11
coverage==4.5.4
flake8==3.7.8
freezegun
flask
flask-cors
boto>=2.45.0
boto3>=1.4.4
botocore>=1.15.13
six>=1.9
parameterized>=0.7.0
prompt-toolkit==2.0.10 # 3.x is not available with python2
click==6.7
inflection==0.3.1