mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-16 10:12:32 -05:00
Merge pull request #35 from GSA/jim/090622/updateutilslib
update reqs to use GSA/notifications-utils
This commit is contained in:
@@ -13,8 +13,11 @@
|
||||
},
|
||||
"python.linting.enabled": true,
|
||||
"python.linting.pylintEnabled": true,
|
||||
"python.pythonPath": "/usr/local/bin/python",
|
||||
"python.linting.pylintPath": "/usr/local/share/pip-global/bin/pylint"
|
||||
"python.defaultInterpreterPath": "/usr/bin/python3",
|
||||
"python.linting.pylintPath": "/usr/local/share/pip-global/bin/pylint",
|
||||
"python.analysis.extraPaths": [
|
||||
"/home/vscode/.local/lib/python3.9/site-packages"
|
||||
]
|
||||
},
|
||||
"features": {
|
||||
"docker-from-docker": {
|
||||
|
||||
@@ -31,7 +31,7 @@ notifications-python-client==6.3.0
|
||||
# PaaS
|
||||
awscli-cwlogs==1.4.6
|
||||
|
||||
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@56.0.2
|
||||
notifications-utils @ git+https://github.com/GSA/notifications-utils.git
|
||||
|
||||
# gds-metrics requires prometheseus 0.2.0, override that requirement as 0.7.1 brings significant performance gains
|
||||
prometheus-client==0.14.1
|
||||
|
||||
@@ -165,7 +165,7 @@ mistune==0.8.4
|
||||
# via notifications-utils
|
||||
notifications-python-client==6.3.0
|
||||
# via -r requirements.in
|
||||
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@56.0.2
|
||||
notifications-utils @ git+https://github.com/GSA/notifications-utils.git
|
||||
# via -r requirements.in
|
||||
orderedset==2.0.3
|
||||
# via notifications-utils
|
||||
|
||||
Reference in New Issue
Block a user