Skip to content

Commit

Permalink
Require correct attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaqq committed Jan 22, 2019
1 parent 0f6a6e6 commit c35dd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
package_dir={"": "src"},
packages=find_packages(where="src"),
python_requires=">=3.6",
install_requires=["attrs>=17.1.0", "structlog", "aiohttp>=2"],
install_requires=["attrs>=17.4.0", "structlog", "aiohttp>=2"],
entry_points={
"console_scripts": [
"arsenic-check-ie11 = arsenic.helpers:check_ie11_environment_cli",
Expand Down

0 comments on commit c35dd07

Please sign in to comment.