Skip to content

Commit a53283d

Browse files
committed
Update requirements
1 parent d7ae099 commit a53283d

2 files changed

Lines changed: 23 additions & 22 deletions

File tree

requirements-dev.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
-e .
2+
blue
3+
coverage
4+
django==4.2.*
5+
django_redis
6+
doc8
7+
flake8
8+
ipython
9+
jedi
10+
pickleDB
11+
pylibmc
12+
pylint
13+
pytest
14+
pytest-cov
15+
pytest-django
16+
pytest-env
17+
pytest-xdist
18+
rstcheck
19+
sphinx
20+
sqlitedict
21+
tox
22+
twine
23+
wheel

requirements.txt

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1 @@
11
-e .
2-
blue
3-
coverage
4-
django==3.2.*
5-
django_redis
6-
doc8
7-
flake8
8-
ipython
9-
jedi==0.17.* # Remove after IPython bug fixed.
10-
pickleDB
11-
pylibmc
12-
pylint
13-
pytest
14-
pytest-cov
15-
pytest-django
16-
pytest-env
17-
pytest-xdist
18-
rstcheck
19-
sphinx
20-
sqlitedict
21-
tox
22-
twine
23-
wheel

0 commit comments

Comments
 (0)