We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6010fd2 commit 13c4c4fCopy full SHA for 13c4c4f
setup.py
@@ -19,7 +19,7 @@
19
include_package_data=True,
20
packages=find_packages("src"),
21
package_dir={"": "src"},
22
- install_requires=[],
+ install_requires=['tokenize_rt'],
23
keywords=["async"],
24
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4",
25
classifiers=[
0 commit comments