Skip to content

Commit

Permalink
fixing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ncilfone committed Aug 30, 2023
1 parent cf95dff commit f7ddd4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion requirements/DEV_REQUIREMENTS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ black~=21.4b0 ; python_version == '3.6'
coverage[toml]~=7.3 ; python_version >= '3.8'
coverage[toml]~=7.2 ; python_version == '3.7'
coverage[toml]~=6.2 ; python_version == '3.6'
isort~=5.12
isort~=5.12 ; python_version >= '3.8'
isort~=5.11 ; python_version == '3.7'
isort~=5.10 ; python_version == '3.6'
moto~=3.1
pre-commit~=3.3 ; python_version >= '3.7'
pre-commit~=2.17 ; python_version == '3.6'
Expand Down

0 comments on commit f7ddd4e

Please sign in to comment.