Skip to content

Commit

Permalink
Tweak reqs even more
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Jan 31, 2023
1 parent 793971f commit 1b06eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/test.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# py2.7, py3.5, py3.6
Faker==8.1.4; python_version < '3.7'
coverage>=4.5.4; python_version < '3.7'
coverage>=4.5.4,<5.6; python_version < '3.7'
factory_boy==2.11.1; python_version < '3.7'
pytest-cov==2.12.0; python_version < '3.7'
pytest-ordering==0.6; python_version < '3.7'
Expand Down

0 comments on commit 1b06eec

Please sign in to comment.