Skip to content

Commit

Permalink
fix: [setup] Fixed potential conflicts with libraries in python 3.10 …
Browse files Browse the repository at this point in the history
…install
  • Loading branch information
chrisr3d committed May 24, 2022
1 parent b4f9076 commit 3b58915
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
install_requires=[
'tornado',
'psutil',
'redis>=3'
'redis>=3',
'pyparsing==2.4.7'
],
)

0 comments on commit 3b58915

Please sign in to comment.