Skip to content

Commit

Permalink
Merge branch 'master' into small_docs_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ncilfone committed Feb 18, 2022
2 parents 6072c96 + 76d4b8e commit f64376d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion REQUIREMENTS.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
attrs~=21.2
attrs~=21.4
GitPython~=3.1
pytomlpp~=1.0
pyYAML~=5.4
9 changes: 5 additions & 4 deletions requirements/DEV_REQUIREMENTS.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
black~=21.4b0
black~=22.1 ; python_version >= '3.7'
black~=21.4b0 ; python_version == '3.6'
coveralls~=3.3
coverage~=6.1
isort~=5.10
moto~=2.3
moto~=3.0
pydoc-markdown~=4.3 ; python_version >= '3.7'
pydoc-markdown~=3.13 ; python_version == '3.6'
pytest~=6.2
pytest~=7.0
pytest-cov~=3.0
pylint~=2.11
pylint~=2.11

0 comments on commit f64376d

Please sign in to comment.