Skip to content

Commit

Permalink
Alterado gestor de dependencias para pipenv.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carloshbfreire committed Oct 16, 2022
1 parent cfa394b commit 35726c2
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 146 deletions.
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

14 changes: 7 additions & 7 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
requests = "*"

[requires]
python_version = "3.10"

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

[packages]
requests = "*"

[requires]
python_version = "3.7"
Loading

0 comments on commit 35726c2

Please sign in to comment.