annotate pytype_requirements.txt @ 8854:278cc5936ed5

pytype: introduce configuration for running pytype Install pytype and dependencies on Python 3.8 with: pip install --upgrade -r pytype_requirements.txt Checks can then be run with: pytype
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 14 Jan 2021 23:03:52 +0100
parents
children 4071f4df98c3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8854
278cc5936ed5 pytype: introduce configuration for running pytype
Mads Kiilerich <mads@kiilerich.com>
parents:
diff changeset
1 # Note: pytype currently only supports Python3.8
278cc5936ed5 pytype: introduce configuration for running pytype
Mads Kiilerich <mads@kiilerich.com>
parents:
diff changeset
2 pytype == 2021.1.8
278cc5936ed5 pytype: introduce configuration for running pytype
Mads Kiilerich <mads@kiilerich.com>
parents:
diff changeset
3 # optional modules that we want for pytype checking
278cc5936ed5 pytype: introduce configuration for running pytype
Mads Kiilerich <mads@kiilerich.com>
parents:
diff changeset
4 appenlight_client
278cc5936ed5 pytype: introduce configuration for running pytype
Mads Kiilerich <mads@kiilerich.com>
parents:
diff changeset
5 ipython
278cc5936ed5 pytype: introduce configuration for running pytype
Mads Kiilerich <mads@kiilerich.com>
parents:
diff changeset
6 kajiki
278cc5936ed5 pytype: introduce configuration for running pytype
Mads Kiilerich <mads@kiilerich.com>
parents:
diff changeset
7 psycopg2
278cc5936ed5 pytype: introduce configuration for running pytype
Mads Kiilerich <mads@kiilerich.com>
parents:
diff changeset
8 python-ldap
278cc5936ed5 pytype: introduce configuration for running pytype
Mads Kiilerich <mads@kiilerich.com>
parents:
diff changeset
9 python-pam
278cc5936ed5 pytype: introduce configuration for running pytype
Mads Kiilerich <mads@kiilerich.com>
parents:
diff changeset
10 tgext.debugbar