6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-19 16:09:02 +00:00
tutor/requirements/base.txt
Régis Behmo c43e041e23 Get rid of kubernetes pip package dependency
This is not required anymore, now that we fetch the pod name from the
command line.
2019-06-07 22:49:45 +02:00

16 lines
401 B
Plaintext

#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file requirements/base.txt requirements/base.in
#
appdirs==1.4.3
click-repl==0.1.6
click==7.0
jinja2==2.10.1
markupsafe==1.1.1 # via jinja2
prompt-toolkit==2.0.9 # via click-repl
pyyaml==5.1
six==1.12.0 # via click-repl, prompt-toolkit
wcwidth==0.1.7 # via prompt-toolkit