Skip to content

Commit

Permalink
fix: requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
cupen committed Mar 26, 2024
1 parent 34f3f61 commit 405c89a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

*.py[cd]
*.tar.gz
*.txt
*.zip
*.js
*.json
Expand Down
5 changes: 5 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-r requirements.txt
wheel
mypy
pytest
pytest-sugar
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
xlrd == 1.2.*
openpyxl == 3.1.*
docopt >= 0.6.0
mako == 1.2.*
msgpack-python >= 0.4.8
colorama >= 0.4.6

0 comments on commit 405c89a

Please sign in to comment.