forked from dkpro/dkpro-pycas
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dkpro#4 - Make this a proper python package
- add Pipfile to manage virtualenv
- Loading branch information
1 parent
c342173
commit 1ab54b8
Showing
2 changed files
with
277 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = "*" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.