Skip to content

Commit 6c11a3a

Browse files
author
Sanchit Balchandani
authored
Fix dev dependecies to avoid issues for latest version (#125)
* Fix dev dependecies to avoid issues for latest version * Change ipython version in dev dependencies for py3.6
1 parent 567cf6a commit 6c11a3a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

requirements-dev.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
-r requirements.txt
2-
black
3-
Faker
4-
flake8
5-
ipython
6-
model_bakery
7-
pre-commit
8-
pytest
9-
pytest-cov
10-
pytest-django
11-
sphinx
2+
black==21.9b0
3+
Faker==8.13.2
4+
flake8==3.9.2
5+
ipython==7.16.1
6+
model_bakery==1.3.2
7+
pre-commit==2.15.0
8+
pytest==6.2.5
9+
pytest-cov==2.12.1
10+
pytest-django==4.4.0
11+
sphinx==4.2.0
1212
sphinx-autobuild==2021.3.14
13-
sphinxcontrib_httpdomain
14-
tox
13+
sphinxcontrib_httpdomain==1.7.0
14+
tox==3.24.4

0 commit comments

Comments
 (0)