7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-05-29 12:20:49 +00:00
tutor/requirements/base.in
Régis Behmo 0a670d7ead refactor: add type annotations
Annotations were generated with pyannotate:
https://github.com/dropbox/pyannotate

We are running in strict mode, which is awesome!

This affects a large part of the code base, which might be an issue for
people running a fork of Tutor. Nonetheless, the behavior should not be
affected. If anything, this process has helped find and resolve a few
type-related bugs. Thus, this is not considered as a breaking change.
2021-03-15 21:46:55 +01:00

11 lines
179 B
Plaintext

appdirs
click>=7.0
click_repl
mypy
pycryptodome
jinja2>=2.9
kubernetes
pyyaml>=4.2b1
# Installing urllib3==1.26.0 causes compatibility errors with requests==2.24.0
urllib3<1.26.0