Skip to content

Commit

Permalink
Add tests_require field (might fix COPR build?)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfhbrook committed Jan 18, 2022
1 parent 4d67d8a commit f5c9312
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -22,6 +22,7 @@
license="MIT",
keywords=["events", "emitter", "node.js", "node", "eventemitter", "event_emitter"],
install_requires=["typing-extensions"],
tests_require=["twisted", "trio"],
classifiers=[
"Programming Language :: Python",
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit f5c9312

Please sign in to comment.