Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Commit

Permalink
FS-3510-fix-data-mapping-and-formatting-for-cyp (#121)
Browse files Browse the repository at this point in the history
* added CYP template ID and utils version bumped



importing utils
  • Loading branch information
ramsharma-prog authored Sep 26, 2023
1 parent 31cc087 commit 05122c3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 28 deletions.
4 changes: 4 additions & 0 deletions config/envs/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ class DefaultConfig:
"fund_name": "NSTF",
"template_id": "487c62f1-9aeb-4cc2-b996-5bdf0d02854b",
},
"1baa0f68-4e0a-4b02-9dfe-b5646f089e65": {
"fund_name": "CYP",
"template_id": "1c69f104-edfa-49d7-9bab-cbbd30c323f3",
},
}

INCOMPLETE_APPLICATION_TEMPLATE_ID = os.environ.get(
Expand Down
24 changes: 4 additions & 20 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ alembic==1.11.1
# flask-migrate
async-generator==1.10
# via trio
async-timeout==4.0.2
# via
# -r requirements.txt
# redis
attrs==21.4.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -106,10 +102,7 @@ docopt==0.6.2
# -r requirements.txt
# notifications-python-client
exceptiongroup==1.1.1
# via
# pytest
# trio
# trio-websocket
# via trio-websocket
filelock==3.12.0
# via virtualenv
flask==2.2.5
Expand Down Expand Up @@ -146,7 +139,7 @@ flipper-client==1.3.2
# via
# -r requirements.txt
# funding-service-design-utils
funding-service-design-utils==2.0.17
funding-service-design-utils==2.0.21
# via -r requirements.txt
gitdb==4.0.10
# via gitpython
Expand Down Expand Up @@ -208,6 +201,7 @@ markupsafe==2.1.1
# -r requirements.txt
# jinja2
# mako
# sentry-sdk
# werkzeug
mypy-extensions==1.0.0
# via black
Expand Down Expand Up @@ -362,10 +356,6 @@ ruamel-yaml==0.17.21
# via
# -r requirements.txt
# prance
ruamel-yaml-clib==0.2.6
# via
# -r requirements.txt
# ruamel-yaml
s3transfer==0.6.1
# via
# -r requirements.txt
Expand All @@ -379,7 +369,7 @@ semver==2.13.0
# via
# -r requirements.txt
# prance
sentry-sdk[flask]==1.9.9
sentry-sdk[flask]==1.31.0
# via
# -r requirements.txt
# funding-service-design-utils
Expand Down Expand Up @@ -422,12 +412,6 @@ thrift==0.16.0
# via
# -r requirements.txt
# flipper-client
tomli==2.0.1
# via
# black
# build
# pyproject-hooks
# pytest
trio==0.22.0
# via
# selenium
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#-----------------------------------
# FSD Utils
#-----------------------------------
funding-service-design-utils>=2.0.17,<2.1.0
funding-service-design-utils>=2.0.21,<2.1.0
requests

#-----------------------------------
Expand Down
13 changes: 6 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
#
alembic==1.11.1
# via flask-migrate
async-timeout==4.0.2
# via redis
attrs==21.4.0
# via jsonschema
babel==2.10.3
# via flask-babel
beautifulsoup4==4.12.2
# via -r requirements.in
# via
# -r requirements.in
# funding-service-design-utils
blinker==1.6.2
# via sentry-sdk
boto3==1.26.140
Expand Down Expand Up @@ -72,7 +72,7 @@ flask-talisman==0.8.1
# via -r requirements.in
flipper-client==1.3.2
# via funding-service-design-utils
funding-service-design-utils==2.0.17
funding-service-design-utils==2.0.21
# via -r requirements.in
greenlet==2.0.2
# via sqlalchemy
Expand Down Expand Up @@ -106,6 +106,7 @@ markupsafe==2.1.1
# via
# jinja2
# mako
# sentry-sdk
# werkzeug
notifications-python-client==6.3.0
# via -r requirements.in
Expand Down Expand Up @@ -166,13 +167,11 @@ rich==12.4.4
# via funding-service-design-utils
ruamel-yaml==0.17.21
# via prance
ruamel-yaml-clib==0.2.6
# via ruamel-yaml
s3transfer==0.6.1
# via boto3
semver==2.13.0
# via prance
sentry-sdk[flask]==1.9.9
sentry-sdk[flask]==1.31.0
# via funding-service-design-utils
six==1.16.0
# via
Expand Down

0 comments on commit 05122c3

Please sign in to comment.