Skip to content

Commit

Permalink
Merge pull request #169 from mini-kep/dev
Browse files Browse the repository at this point in the history
update master
  • Loading branch information
epogrebnyak committed Jun 20, 2018
2 parents 95ca5be + 3fa4ffd commit 1aba906
Show file tree
Hide file tree
Showing 178 changed files with 28,278 additions and 2,144 deletions.
13 changes: 4 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
*/.idea/*
*.doc
*.rar
doc/html/
doc2/

src/.idea
src/.vscode
src/.cache

# Byte-compiled / optimized / DLL files
Expand Down Expand Up @@ -110,9 +107,7 @@ ENV/

# mypy
.mypy_cache/
.idea/kep.iml
.idea/misc.xml
.idea/modules.xml
.idea/workspace.xml
.idea/vcs.xml
.idea/vcs.xml

# IDE & editors
.idea
.vscode
20 changes: 20 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
pandas = "*"
openpyxl = "*"
matplotlib = "*"
requests = "*"
arrow = "*"
"m2r" = "*"
invoke = "*"
mini-kep-parsers = {git = "https://github.com/mini-kep/parsers.git"}
pyyaml = "*"

[dev-packages]

[requires]
python_version = "3.6"
279 changes: 279 additions & 0 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1aba906

Please sign in to comment.