Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusH committed Dec 19, 2019
1 parent b016f4b commit 5141cd6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
13 changes: 7 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,16 @@
entry_points={"console_scripts": ["croud = croud.__main__:main"]},
packages=find_packages(),
install_requires=[
"requests==2.22.0",
"colorama==0.4.1",
"appdirs==1.4.3",
"pyyaml==5.1.2",
"certifi",
"tabulate==0.8.2",
"schema==0.6.8",
"colorama==0.4.3",
"pyyaml==5.2",
"requests==2.22.0",
"schema==0.7.1",
"tabulate==0.8.6",
"yarl==1.4.2",
],
extras_require={"testing": ["tox==3.6.1"], "development": ["black==19.3b0"]},
extras_require={"testing": ["tox==3.14.2"], "development": ["black==19.3b0"]},
python_requires=">=3.6",
classifiers=[
"Development Status :: 4 - Beta",
Expand Down
11 changes: 4 additions & 7 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
pytest>=3,<4
pytest-black==0.3.7
pytest-flake8==1.0.4
pytest-mock==0.10.1
pytest-isort==0.2.1
pytest-black==0.3.5
pytest-mypy==0.3.2
pytest-isort==0.3.1
pytest-mypy==0.4.2
pytest-random-order==1.0.4
mypy==0.670
black==19.3b0
pytest>=5,<6

0 comments on commit 5141cd6

Please sign in to comment.