Skip to content

Commit

Permalink
Update README.rst, add requirement: attrs (#2855)
Browse files Browse the repository at this point in the history
README file is difference with docs, with requirements section. 

README file missing `attrs` package, but it is required
  • Loading branch information
thomaszdxsn authored and asvetlov committed Mar 20, 2018
1 parent 989093e commit b432ab3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ Requirements

- Python >= 3.5.3
- async-timeout_
- attrs_
- chardet_
- multidict_
- yarl_
Expand All @@ -148,6 +149,7 @@ recommended for sake of speed).

.. _chardet: https://pypi.python.org/pypi/chardet
.. _aiodns: https://pypi.python.org/pypi/aiodns
.. _attrs: https://github.com/python-attrs/attrs
.. _multidict: https://pypi.python.org/pypi/multidict
.. _yarl: https://pypi.python.org/pypi/yarl
.. _async-timeout: https://pypi.python.org/pypi/async_timeout
Expand Down

0 comments on commit b432ab3

Please sign in to comment.