diff --git a/requirements-dev.txt b/requirements-dev.txt new file mode 100644 index 00000000..6fbe484c --- /dev/null +++ b/requirements-dev.txt @@ -0,0 +1,5 @@ +remote_pdb >= 2.0.0, < 3 +pdbpp >= 0.10.2, < 0.11 +pprintpp >= 0.4.0, < 0.5 + +git+http://github.com/mirukana/matrix-nio#egg=matrix-nio[e2e] diff --git a/requirements.txt b/requirements.txt index c45d8e58..3331d974 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,16 +1,15 @@ -Pillow >= 7.0.0, < 8 -aiofiles >= 0.4.0, < 0.5 -appdirs >= 1.4.4, < 2 -blist >= 1.3.6, < 2 -cairosvg >= 2.4.2, < 3 -filetype >= 1.0.7, < 2 -html_sanitizer >= 1.9.1, < 2 -lxml >= 4.5.1, < 5 -mistune >= 0.8.4, < 0.9 -pymediainfo >= 4.2.1, < 5 +Pillow >= 7.0.0, < 8 +aiofiles >= 0.4.0, < 0.5 +appdirs >= 1.4.4, < 2 +blist >= 1.3.6, < 2 +cairosvg >= 2.4.2, < 3 +filetype >= 1.0.7, < 2 +html_sanitizer >= 1.9.1, < 2 +lxml >= 4.5.1, < 5 +matrix-nio[e2e] >= 0.13.0, <0.14 +mistune >= 0.8.4, < 0.9 +pymediainfo >= 4.2.1, < 5 async_generator >= 1.10, < 2; python_version < "3.7" dataclasses >= 0.6, < 0.7; python_version < "3.7" pyfastcopy >= 1.0.3, < 2; python_version < "3.8" - -git+http://github.com/mirukana/matrix-nio#egg=matrix-nio[e2e]