Skip to content

Commit

Permalink
dkpro#4 - Make this a proper python package
Browse files Browse the repository at this point in the history
- add Pipfile to manage virtualenv
  • Loading branch information
mromanello authored and reckart committed Jun 1, 2018
1 parent c342173 commit 1ab54b8
Show file tree
Hide file tree
Showing 2 changed files with 277 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[[source]]

verify_ssl = true
name = "pypi"
url = "https://pypi.python.org/simple"


[packages]

lxml = "*"


[requires]

python_version = "3.5"


[dev-packages]

isort = "*"
"flake8" = "*"
ipdb = "*"
ipython = "*"
tox = "*"
253 changes: 253 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 1ab54b8

Please sign in to comment.