Skip to content

Commit

Permalink
fix mongolock install (#2647)
Browse files Browse the repository at this point in the history
created fork and removed missing imports
  • Loading branch information
petrjasek committed Jul 29, 2024
1 parent 381a5cb commit 9e0348c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
"raven[flask]>=5.10,<7.0",
"requests>=2.7.0,<3.0",
"boto3>=1.26,<2.0",
"websockets==10.3",
"mongolock>=1.3.4,<1.4",
"websockets>=10.3,<10.4",
"PyYAML>=6.0.1",
"lxml>=4,<4.7",
"python-twitter==3.5",
Expand All @@ -70,6 +69,7 @@
"itsdangerous>=1.1,<2.0",
"pymemcache>=4.0,<4.1",
"xmlsec==1.3.13", # pin xmlsec due to https://github.com/xmlsec/python-xmlsec/issues/314
"mongolock @ git+https://github.com/superdesk/mongolock.git@v1",
]

package_data = {
Expand Down

0 comments on commit 9e0348c

Please sign in to comment.