From 9b85ad0a7c575607b026905125e52cf67cfdbe85 Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Sat, 27 Nov 2021 07:29:56 -0500 Subject: [PATCH] Record current dependency versions in requirements.txt --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6c6567f..ad856ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,11 +6,11 @@ # Python SDL2 library dependencies. -pysdl2 -pysdl2-dll +PySDL2~=0.9.9 +pysdl2-dll~=2.0.16 # System font-parsing dependencies. -fclist +fclist~=1.1.1 # Graph datastructure library. -networkx +networkx~=2.6.3 -- GitLab