Skip to content

Commit

Permalink
application startup fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwan-samarasinghe committed Sep 16, 2024
1 parent 7e91169 commit 6615adc
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,34 @@ funding-service-design-utils>=4.0.1
jsonschema
openpyxl
pandas


#-----------------------------------
# Pytest
#-----------------------------------

pytest==8.3.2
pytest-mock==3.14.0
pytest-html>=3.2.0
pytest-env==1.1.3

#-----------------------------------
# Dev Utils
#-----------------------------------
invoke==2.2.0
pre-commit==3.8.0
debugpy
python-dotenv

#-----------------------------------
# Code Quality
#-----------------------------------
flake8==7.1.1
flake8-pyproject==1.2.3
black==24.8.0
djlint

#-----------------------------------
# Other Dev Dependencies
#-----------------------------------
beautifulsoup4==4.12.3

0 comments on commit 6615adc

Please sign in to comment.