Add dev requirements, switch main to upstream nio

This commit is contained in:
miruka 2020-06-05 09:33:49 -04:00
parent 037a6f1b8d
commit 5b192e34da
2 changed files with 16 additions and 12 deletions

5
requirements-dev.txt Normal file
View File

@ -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]

View File

@ -6,11 +6,10 @@ cairosvg >= 2.4.2, < 3
filetype >= 1.0.7, < 2 filetype >= 1.0.7, < 2
html_sanitizer >= 1.9.1, < 2 html_sanitizer >= 1.9.1, < 2
lxml >= 4.5.1, < 5 lxml >= 4.5.1, < 5
matrix-nio[e2e] >= 0.13.0, <0.14
mistune >= 0.8.4, < 0.9 mistune >= 0.8.4, < 0.9
pymediainfo >= 4.2.1, < 5 pymediainfo >= 4.2.1, < 5
async_generator >= 1.10, < 2; python_version < "3.7" async_generator >= 1.10, < 2; python_version < "3.7"
dataclasses >= 0.6, < 0.7; python_version < "3.7" dataclasses >= 0.6, < 0.7; python_version < "3.7"
pyfastcopy >= 1.0.3, < 2; python_version < "3.8" pyfastcopy >= 1.0.3, < 2; python_version < "3.8"
git+http://github.com/mirukana/matrix-nio#egg=matrix-nio[e2e]