Skip to content

Commit

Permalink
(#12) refactor: change dependences for python
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed Oct 22, 2019
1 parent 7cd5c16 commit fafef44
Show file tree
Hide file tree
Showing 8 changed files with 1,083 additions and 26 deletions.
40 changes: 40 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
docker-compose = "*"
restview = ">=2.8.1"
rst = "==0.1"
caniusepython3 = "*"
isort = "*"
mypy = "*"
pycodestyle = "*"
pydocstyle = "*"
pylint = "*"
mock = "*"
pytest-cov = "*"
pytest = ">=3.7.2"
tox = "*"
ipython = "*"
parso = "*"
PyHamcrest = ">=1.9.0"
bumplus = ">=0.0.8"
bumpversion = ">=0.5.3"
pre-commit = ">=0.15.2"
pytest-mock = ">=1.9.0"
pytest-runner = "*"
Faker = "*"

[packages]
pyyaml = "*"
bumpversion = "*"
bumplus = "*"
pre-commit = "*"

[scripts]
test = "pytest"

[requires]
python_version = "3.8.0"
1,043 changes: 1,043 additions & 0 deletions Pipfile.lock

Large diffs are not rendered by default.

Empty file removed requirements.txt
Empty file.
2 changes: 0 additions & 2 deletions requirements/dev.txt

This file was deleted.

9 changes: 0 additions & 9 deletions requirements/quality.txt

This file was deleted.

6 changes: 0 additions & 6 deletions requirements/setup.txt

This file was deleted.

1 change: 0 additions & 1 deletion requirements/stage.txt

This file was deleted.

8 changes: 0 additions & 8 deletions requirements/test.txt

This file was deleted.

0 comments on commit fafef44

Please sign in to comment.