Skip to content

Commit

Permalink
Dependencies manager updated to pipenv.
Browse files Browse the repository at this point in the history
close #14
  • Loading branch information
dougfraga committed Sep 12, 2020
1 parent a79fc11 commit ec3927a
Show file tree
Hide file tree
Showing 4 changed files with 242 additions and 27 deletions.
17 changes: 17 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
flake8 = "*"
pytest = "*"
coverage = "*"
pytest-cov = "*"
pytest-mock = "*"

[packages]
requests = "*"

[requires]
python_version = "3.8"
225 changes: 225 additions & 0 deletions Pipfile.lock

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

22 changes: 0 additions & 22 deletions requirements-dev.txt

This file was deleted.

5 changes: 0 additions & 5 deletions requirements.txt

This file was deleted.

0 comments on commit ec3927a

Please sign in to comment.