Skip to content

Commit c562393

Browse files
committed
Update requirements.txt, Pipfile and Pipfile.lock
1 parent 96a0015 commit c562393

File tree

3 files changed

+41
-39
lines changed

3 files changed

+41
-39
lines changed

Pipfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,17 @@ name = "pypi"
77

88
[packages]
99

10+
Pygments = "*"
1011
breathe = "*"
12+
docopt = "*"
1113
matplotlib = "*"
12-
"pep8" = "*"
13-
Pygments = "*"
14+
pyparsing = "*"
1415
PyYAML = "*"
1516
recommonmark = "*"
1617
Sphinx = "*"
1718
sphinx_rtd_theme = "*"
1819
sphinxcontrib-bibtex = "*"
20+
yapf = "*"
1921

2022

2123
[dev-packages]

Pipfile.lock

Lines changed: 34 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
Pygments
12
breathe
3+
docopt
24
matplotlib
3-
pep8
4-
Pygments
5+
pyparsing
56
pyyaml
67
recommonmark
78
sphinx

0 commit comments

Comments
 (0)