We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f9d77b commit f3f7df4Copy full SHA for f3f7df4
setup.py
@@ -31,6 +31,6 @@
31
packages=packages,
32
include_package_data=True,
33
python_requires=">=3.6",
34
- install_requires=["parsimonious==0.9.0"],
+ install_requires=["parsimonious==0.8.1"],
35
scripts=["camxes.py", "vlatai.py", "vlatai-bot.py"],
36
)
0 commit comments