mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-05 12:57:52 +00:00
2e3ebaf084
Also, add a `upgrade-requirements` target.
16 lines
385 B
Plaintext
16 lines
385 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.3
|
|
markupsafe==1.1.1 # via jinja2
|
|
prompt-toolkit==3.0.2 # via click-repl
|
|
pyyaml==5.3
|
|
six==1.13.0 # via click-repl
|
|
wcwidth==0.1.8 # via prompt-toolkit
|