Skip to content

Commit

Permalink
everyone dropped 3.6 support - there will be more single dep commits
Browse files Browse the repository at this point in the history
  • Loading branch information
ncilfone committed Aug 30, 2023
1 parent e76eff5 commit 6a9da04
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
@@ -1,7 +1,8 @@
black~=23.7 ; python_version >= '3.7'
black~=21.4b0 ; python_version == '3.6'
# coveralls~=3.3
coverage[toml]~=7.3
coverage[toml]~=7.3 ; python_version >= '3.7'
coverage[toml]~=6.2 ; python_version == '3.6'
isort~=5.12
moto~=3.1
pre-commit~=3.3 ; python_version >= '3.7'
Expand Down

0 comments on commit 6a9da04

Please sign in to comment.