Skip to content

Commit

Permalink
Merge pull request #34 from Iteron-dev/deps/twisted&sortedcontainers
Browse files Browse the repository at this point in the history
Update Twisted&sortedcontainers&filetracker
  • Loading branch information
twalen authored Nov 25, 2024
2 parents de8cc93 + 87989e3 commit c508adb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name = "sioworkers",
version = '1.5.3',
version = '1.5.4',
author = "SIO2 Project Team",
author_email = '[email protected]',
description = "Programming contest judging infrastructure",
Expand All @@ -14,12 +14,12 @@
namespace_packages = ['sio', 'sio.compilers', 'sio.executors'],

install_requires = [
'filetracker>=2.1.5,<3.0',
'filetracker[server]>=2.2.0,<3.0',
'bsddb3==6.2.7',
'simplejson==3.14.0',
'supervisor>=4.0,<4.3',
'Twisted==20.3.0',
'sortedcontainers==2.1.0',
'Twisted==23.8.0',
'sortedcontainers==2.4.0',
'six',
'urllib3>=1.26.14,<2.0',
],
Expand Down

0 comments on commit c508adb

Please sign in to comment.