Added Versions to requirements.txt so that every dev has consistent versions with the live api.

This commit is contained in:
ZKWolf 2023-09-27 23:26:07 +02:00
parent a730a18670
commit 021ca0c6e2

View File

@ -1,7 +1,8 @@
flask
PyYaml
graypy
requests
pymongo
waitress
colorlog
flask~=2.3.2
PyYaml~=6.0
graypy~=2.1.0
requests~=2.31.0
pymongo~=4.3.3
waitress~=2.1.2
colorlog~=6.7.0
bleach~=6.0.0