Skip to content

Commit

Permalink
Remove comments in pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamsiy committed Aug 23, 2024
1 parent 6175b0d commit 8162345
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cwe = "~=1.6"
django = "~=3.2"
graphql-query = "~=1.3"
joserfc = "~=0.11.1"
packaging = "==21.3" # Must match version in Makefile.
packaging = "==21.3"
psycopg2-binary = "~=2.9"
PyGithub = "~=2.1"
pyjwt = "~=2.8"
Expand All @@ -26,8 +26,8 @@ sqlparse = "~=0.5"
[dev-packages]
aiohttp = "~=3.9"
autopep8 = "~=2.1"
cfn-lint = "==0.53.0" # Must match version in Makefile.
checkov = "==2.0.1065" # Must match version in Makefile.
cfn-lint = "==0.53.0"
checkov = "==2.0.1065"
debugpy = "~=1.8.2"
flake8 = "~=7.0"
isort = "~=5.12"
Expand Down

0 comments on commit 8162345

Please sign in to comment.