Skip to content

Commit

Permalink
Merge branch 'master' into feature/6_add_Docker_support
Browse files Browse the repository at this point in the history
  • Loading branch information
liadmagen committed Jul 24, 2018
2 parents 1ccf128 + 5a55180 commit 8ee1a70
Show file tree
Hide file tree
Showing 3 changed files with 440 additions and 29 deletions.
24 changes: 24 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
logzero = ">=1.3.1"
feedparser = ">5.1"
pytest = "*"
tox = "*"
coverage = "*"
pytest-cov = "*"
pytest-flask = "*"
codecov = "*"
gunicorn = "*"
"flake8" = "*"
Flask = "*"
Sphinx = "*"
Flask-Script = "*"

[dev-packages]

[requires]
python_version = "3.7"
370 changes: 370 additions & 0 deletions Pipfile.lock

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

Loading

0 comments on commit 8ee1a70

Please sign in to comment.