Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ $ pip list
Package Version
-------------- ------------------
cffi 1.17.1
gevent 25.5.1
greenlet 3.2.2
gevent 25.8.2
greenlet 3.2.4
msgspec 0.18.6+30.g595c33c
mysqlclient 2.2.7
pip 25.1.1
pip 25.2
pycparser 2.22
rcssmin 1.2.1
regex 2024.11.6
setuptools 80.4.0
zope.event 5.0
setuptools 80.9.0
zope.event 5.1.1
zope.interface 7.2

$ docker images | head -n2
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cffi
gevent==25.5.1
gevent==25.8.2
msgspec @ git+https://github.com/jcrist/msgspec@595c33c4a71c6d0c539b82233982a65819e240cf
mysqlclient==2.2.7
regex==2024.11.6
Expand Down