Skip to content

Commit

Permalink
Pipfile added
Browse files Browse the repository at this point in the history
  • Loading branch information
KamilWo committed Sep 2, 2020
1 parent e94156e commit 2ac4910
Show file tree
Hide file tree
Showing 2 changed files with 550 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
coverage = "==5.2.1"
flake8 = "*"
pycodestyle = "*"
pytest = "*"
sphinx = "*"
sphinx-rtd-theme = "*"

[packages]
python-dotenv = "*"
faker = "*"
sqlalchemy = "*"
flask = "*"

[requires]
python_version = "3.8"
Loading

0 comments on commit 2ac4910

Please sign in to comment.