Skip to content

Commit cbe91b3

Browse files
authored
Merge pull request #5138 from stsewd/fix-requirements-pip
Fix requirements for local installation
2 parents b0ba3ff + ecd753d commit cbe91b3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements/lint.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ pylint-celery==0.3
1414
prospector==1.1.6.2
1515
# prospector 1.1.6.2 is not compatible with 2.0.0
1616
pyflakes<2.0.0
17-
Pygments==2.3.1

requirements/pip.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ requests-toolbelt==0.8.0
2929
slumber==0.7.1
3030
lxml==4.2.5
3131
defusedxml==0.5.0
32+
pyyaml==3.13
33+
Pygments==2.3.1
3234

3335
# Basic tools
3436
# Redis 3.x has an incompatible change and fails

0 commit comments

Comments
 (0)