Update requirements for VP-63775, add flask

This commit is contained in:
polz 2025-08-13 10:17:40 +02:00
parent 2829046a07
commit 6b73a2e068
3 changed files with 8 additions and 0 deletions

View file

@ -3,6 +3,8 @@
# Python (in standardno pripadajoča šara jupyter lab) in IntelliJ IDEA PyCharm CE
# PyCharm
# Java (kar je bilo lani bo ok) in IntelliJ IDEA CE
# cryptography
# flask
# maven
# git
dependencies:
@ -12,3 +14,4 @@ dependencies:
- role: jdk
- role: jupyter
- role: pycharm
- role: flask

View file

@ -0,0 +1,2 @@
dependencies:
- role: python3

View file

@ -0,0 +1,3 @@
- name: Install flask
win_command: pip install flask