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 8ed9cf1 commit cf95dff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements/DEV_REQUIREMENTS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ black~=23.7 ; python_version >= '3.8'
black~=23.3 ; python_version == '3.7'
black~=21.4b0 ; python_version == '3.6'
# coveralls~=3.3
coverage[toml]~=7.3 ; python_version >= '3.7'
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
moto~=3.1
Expand Down

0 comments on commit cf95dff

Please sign in to comment.