1
0
Fork 0
forked from Fuji/Fuji

Add requirements.txt and instllation section in docs

This commit is contained in:
Marioneq 2025-02-08 22:14:49 +01:00
parent 10061cd0c4
commit 79bd692c88
2 changed files with 13 additions and 1 deletions

View file

@ -2,4 +2,10 @@
Unofficial eduVulcan client for PC
Full of programming warcrimes
Full of programming warcrimes
## Installation
```sh
pip install -r requirements.txt
```

6
requirements.txt Normal file
View file

@ -0,0 +1,6 @@
beautifulsoup4
cryptography
flet
pydantic
pyOpenSSL
Requests