Skip to content

Commit

Permalink
Merge pull request #12 from Keep-Current/feature/3_add_virtualenv
Browse files Browse the repository at this point in the history
Feature/3 add virtualenv
  • Loading branch information
liadmagen authored Jul 23, 2018
2 parents 4ef2109 + 530e391 commit 5a55180
Show file tree
Hide file tree
Showing 3 changed files with 443 additions and 30 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 5a55180

Please sign in to comment.