Merge remote-tracking branch 'origin/master' into watchonly

This commit is contained in:
Ben Arc
2021-03-31 10:43:55 +01:00
130 changed files with 6532 additions and 1003 deletions
+6 -1
View File
@@ -24,11 +24,16 @@ quart-trio = "*"
trio = "==0.16.0"
hypercorn = {extras = ["trio"], version = "*"}
sqlalchemy-aio = "*"
<<<<<<< HEAD
embit = "*"
=======
pyqrcode = "*"
pypng = "*"
>>>>>>> master
[dev-packages]
black = "==20.8b1"
pytest = "*"
pytest-cov = "*"
mypy = "==0.761"
mypy = "latest"
pytest-trio = "*"