diff --git a/dev_requirements.txt b/dev_requirements.txt new file mode 100644 index 0000000..69f1751 --- /dev/null +++ b/dev_requirements.txt @@ -0,0 +1,46 @@ +aiofiles==0.6.0 +aiohttp==3.8.4 +aiohttp-socks==0.7.1 +aiosignal==1.3.1 +async-timeout==4.0.2 +atomicwrites==1.4.1 +attrs==23.1.0 +cachetools==4.2.4 +cffi==1.15.1 +charset-normalizer==3.1.0 +cryptography==41.0.1 +environs==9.5.0 +exceptiongroup==1.1.1 +frozenlist==1.3.3 +future==0.18.3 +h11==0.12.0 +h2==4.1.0 +hpack==4.0.0 +hyperframe==6.0.1 +idna==3.4 +iniconfig==2.0.0 +jsonschema==3.2.0 +Logbook==1.5.3 +Markdown==3.4.3 +marshmallow==3.19.0 +matrix-nio==0.19.0 +multidict==6.0.4 +packaging==23.1 +peewee==3.16.2 +Pillow==9.5.0 +pluggy==1.0.0 +pycparser==2.21 +pycryptodome==3.18.0 +pyrsistent==0.19.3 +pytest==7.3.2 +python-cryptography-fernet-wrapper==1.0.4 +python-dotenv==1.0.0 +python-olm==3.2.15 +python-socks==2.3.0 +simplematrixbotlib==2.8.0 +six==1.16.0 +toml==0.10.2 +tomli==2.0.1 +ujson==5.8.0 +unpaddedbase64==2.1.0 +yarl==1.9.2 diff --git a/requirements.txt b/requirements.txt index ef20dfe..cf28aa6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,41 @@ -simplematrixbotlib~=2.8.0 -environs~=9.5.0 -aiohttp~=3.8.3 -python-olm -matrix-nio[e2e] +aiofiles==0.6.0 +aiohttp==3.8.4 +aiohttp-socks==0.7.1 +aiosignal==1.3.1 +async-timeout==4.0.2 +atomicwrites==1.4.1 +attrs==23.1.0 +cachetools==4.2.4 +cffi==1.15.1 +charset-normalizer==3.1.0 +cryptography==41.0.1 +environs==9.5.0 +frozenlist==1.3.3 +future==0.18.3 +h11==0.12.0 +h2==4.1.0 +hpack==4.0.0 +hyperframe==6.0.1 +idna==3.4 +jsonschema==3.2.0 +Logbook==1.5.3 +Markdown==3.4.3 +marshmallow==3.19.0 +matrix-nio==0.19.0 +multidict==6.0.4 +packaging==23.1 +peewee==3.16.2 +Pillow==9.5.0 +pycparser==2.21 +pycryptodome==3.18.0 +pyrsistent==0.19.3 +python-cryptography-fernet-wrapper==1.0.4 +python-dotenv==1.0.0 +python-olm==3.2.15 +python-socks==2.3.0 +simplematrixbotlib==2.8.0 +six==1.16.0 +toml==0.10.2 +ujson==5.8.0 +unpaddedbase64==2.1.0 +yarl==1.9.2