Skip to content

Commit

Permalink
[FIX] P3: metadata update
Browse files Browse the repository at this point in the history
* gitignore pycache folders (apparently appear for some)
* update xlwt requirement: 1.1.2 does not work with Python 3.6, 1.2 should work, 1.3 officially supports it
  • Loading branch information
xmo-odoo committed Sep 14, 2017
1 parent 1e17035 commit 4a878fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ _build/
!.mailmap
# compiled python files
*.py[co]
__pycache__/
# setup.py egg_info
*.egg-info
# emacs backup files
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ vatnumber==1.2
vobject==0.9.3
Werkzeug==0.11.11
XlsxWriter==0.9.3
xlwt==1.1.2
xlwt==1.3.*
xlrd==1.0.0

0 comments on commit 4a878fa

Please sign in to comment.