Skip to content

Commit

Permalink
📌 Loosen Pipfile requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed May 12, 2019
1 parent c107104 commit 105eb43
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 11 deletions.
21 changes: 11 additions & 10 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,20 @@ verify_ssl = true
name = "pypi"

[dev-packages]
alagitpull = ">=0.0.22"
sphinx-argparse = "==0.2.5"
Sphinx = ">=2.0.1"
isort = "==4.3.18"
flake8 = "==3.7.7"
pytest = "==4.5.0"
alagitpull = "*"
sphinx-argparse = "*"
Sphinx = ">=2.0.0"
isort = "*"
flake8 = "*"
pytest = "*"
unihan-etl = {path = ".",editable = true}
sphinx-issues = "==1.2.0"
sphinx-issues = "*"
black = "==19.3b0"

[packages]
unicodecsv = "==0.14.1"
appdirs = "==1.4.3"
zhon = "==1.1.5"
unicodecsv = "*"
appdirs = "*"
zhon = "*"

[requires]
python_version = "3"
24 changes: 23 additions & 1 deletion Pipfile.lock

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

0 comments on commit 105eb43

Please sign in to comment.