Skip to content

Commit 13c4c4f

Browse files
committed
add tokenize_rt to requirements
1 parent 6010fd2 commit 13c4c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
include_package_data=True,
2020
packages=find_packages("src"),
2121
package_dir={"": "src"},
22-
install_requires=[],
22+
install_requires=['tokenize_rt'],
2323
keywords=["async"],
2424
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4",
2525
classifiers=[

0 commit comments

Comments
 (0)