summaryrefslogtreecommitdiffstats
path: root/src/mypy-constrains.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/mypy-constrains.txt')
-rw-r--r--src/mypy-constrains.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/mypy-constrains.txt b/src/mypy-constrains.txt
new file mode 100644
index 000000000..a181a87ba
--- /dev/null
+++ b/src/mypy-constrains.txt
@@ -0,0 +1,20 @@
+# let's avoid getting new versions of those packages by accident.
+# Unfortunately this means we have to manually update those
+# packages regularly.
+
+mypy==0.981
+
+# global
+types-python-dateutil==0.1.3
+types-requests==0.1.11
+types-jwt==0.1.3
+types-PyYAML==5.4.0
+
+# src/pybind
+types-backports==0.1.2
+types-pkg_resources==0.1.3
+
+# qa/
+types-boto==0.1.0
+types-cryptography==0.1.1
+types-paramiko==0.1.3