diff options
author | Jesús <heckyel@hyperbola.info> | 2020-03-01 13:45:38 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-03-01 13:45:38 -0500 |
commit | b1c4b00c2b315db56d3085556e0daf73a43e0a43 (patch) | |
tree | f4cb7bed81541c63f235afa4da5290be93ec5fbb | |
parent | f484da7063992bff9eb6d648b3b5cfeb909bde5e (diff) | |
download | hypervideo-gui-b1c4b00c2b315db56d3085556e0daf73a43e0a43.tar.lz hypervideo-gui-b1c4b00c2b315db56d3085556e0daf73a43e0a43.tar.xz hypervideo-gui-b1c4b00c2b315db56d3085556e0daf73a43e0a43.zip |
[requirements_devs] Add missing packages
-rw-r--r-- | requirements_devs.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements_devs.txt b/requirements_devs.txt index 0baf3a0..9659739 100644 --- a/requirements_devs.txt +++ b/requirements_devs.txt @@ -3,7 +3,9 @@ flake8==3.6.0 flake8-per-file-ignores==0.8.1 mccabe==0.6.1 nose==1.3.7 +pandoc==1.0.2 pathmatch==0.2.1 +ply==3.11 pycodestyle==2.4.0 pyflakes==2.0.0 PyQt5==5.8.2 |