Skip to content

Commit

Permalink
resolved requirement issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiga Abe authored and Taiga Abe committed May 2, 2022
2 parents 87596f5 + 0980e6e commit e9bfb61
Show file tree
Hide file tree
Showing 4 changed files with 293 additions and 12 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
src/*.egg-info/
.installed.cfg
*.egg
MANIFEST
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
boto3>=1.17.41
docker==4.2.2
boto3==1.17.41
docker==4.2.1
localstack==0.12.3
localstack-client==1.10
localstack-ext==0.12.15.7
Expand Down
5 changes: 2 additions & 3 deletions tests/.neurocaas_contrib_config_test.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"analysis_name": "getyaml",
"location": "/Users/taigaabe/neurocaas_contrib/tests",
"develop_dict": null
}
"location": "./"
}
Loading

0 comments on commit e9bfb61

Please sign in to comment.