# HG changeset patch # User Edouard Tisserant <edouard.tisserant@gmail.com> # Date 1734000977 -3600 # Node ID 5fed45d506bc9b0a9460c263f5c84cab5826f802 # Parent 87b8dd704b86a6a818662cb49d1647844af45a63 Update requirements and add minimal non-frozen requirements for developer setup diff -r 87b8dd704b86 -r 5fed45d506bc requirements.txt --- a/requirements.txt Thu Dec 12 11:36:24 2024 +0100 +++ b/requirements.txt Thu Dec 12 11:56:17 2024 +0100 @@ -1,43 +1,42 @@ -# generated by pip freeze -aiofiles==23.1.0 -aiosqlite==0.19.0 -async-timeout==4.0.2 +aiofiles==24.1.0 +aiosqlite==0.20.0 asyncua @ git+https://github.com/FreeOpcUa/opcua-asyncio.git@98a64897a2d171653353de2f36d33085aef65e82 -attrs==23.1.0 -autobahn==23.1.2 -Automat==22.10.0 -Brotli==1.0.9 -cffi==1.15.1 -click==8.1.3 -constantly==15.1.0 -contourpy==1.0.7 -cycler==0.11.0 +attrs==24.2.0 +autobahn==24.4.2 +Automat==24.8.1 +Brotli==1.1.0 +cffi==1.17.1 +click==8.1.7 +constantly==23.10.4 +contourpy==1.3.1 +cryptography==44.0.0 +cycler==0.12.1 erpc @ git+https://git@github.com/beremiz/erpc.git@d8fff72b15274b5f2a8f7895d9bc5c91eef584ec#subdirectory=erpc_python -fonttools==4.39.3 -gattrdict==2.0.1 +fonttools==4.55.3 hyperlink==21.0.0 -idna==3.4 +idna==3.10 ifaddr==0.2.0 -incremental==22.10.0 -kiwisolver==1.4.4 -lxml==4.9.2 -matplotlib==3.7.1 -msgpack==1.0.5 +incremental==24.7.2 +kiwisolver==1.4.7 +lxml==5.3.0 +matplotlib==3.9.3 +msgpack==1.1.0 Nevow @ git+https://git@github.com/beremiz/nevow-py3.git@81c2eaeaaa20022540a98a3106f72e0199fbcc1b -numpy==1.24.3 -packaging==23.1 -Pillow==9.5.0 -pycountry==22.3.5 -pycparser==2.21 -pyparsing==3.0.9 -python-dateutil==2.8.2 -pytz==2023.3 -six==1.16.0 +numpy==2.2.0 +packaging==24.2 +pillow==11.0.0 +pycountry==24.6.1 +pycparser==2.22 +pyparsing==3.2.0 +python-dateutil==2.9.0.post0 +pytz==2024.2 +setuptools==75.6.0 +six==1.17.0 sortedcontainers==2.4.0 sslpsk @ git+https://git@github.com/beremiz/sslpsk.git@9cb31986629b382f7427eec29ddc168ad21c7d7c -Twisted==22.10.0 +Twisted==24.11.0 txaio==23.1.1 -typing_extensions==4.5.0 -wxPython==4.2.1 -zeroconf==0.62.0 -zope.interface==6.0 +typing_extensions==4.12.2 +wxPython==4.2.2 +zeroconf==0.136.2 +zope.interface==7.2 diff -r 87b8dd704b86 -r 5fed45d506bc requirements_latest.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/requirements_latest.txt Thu Dec 12 11:56:17 2024 +0100 @@ -0,0 +1,15 @@ +asyncua @ git+https://github.com/FreeOpcUa/opcua-asyncio.git@98a64897a2d171653353de2f36d33085aef65e82 +autobahn +Brotli +click +erpc @ git+https://git@github.com/beremiz/erpc.git@d8fff72b15274b5f2a8f7895d9bc5c91eef584ec#subdirectory=erpc_python +# gattrdict +lxml +matplotlib +msgpack +Nevow @ git+https://git@github.com/beremiz/nevow-py3.git@81c2eaeaaa20022540a98a3106f72e0199fbcc1b +pycountry +# pyserial +sslpsk @ git+https://git@github.com/beremiz/sslpsk.git@9cb31986629b382f7427eec29ddc168ad21c7d7c +wxPython +zeroconf