Commit 6b5448e6 authored by Bryan Eriksson's avatar Bryan Eriksson
Browse files

gitignore and requirements.txt

Added .ipynb_checkpoints to .gitignore
Added defusedxml to requirements.txt
parent 1b5ed539
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2,6 +2,9 @@
__pycache__/
*.pckl

# Notebooks
.ipynb_checkpoints/

# PyCharm
.idea/

+1 −0
Original line number Diff line number Diff line
@@ -10,3 +10,4 @@ xlrd
jsonschema
pylint
openpyxl
defusedxml