From 3dd693541bffeb19e184b246b2a76c9d884c61b3 Mon Sep 17 00:00:00 2001 From: Jaxc Date: Mon, 12 Aug 2024 14:45:47 +0200 Subject: [PATCH] Add specific versions to requrements solves #25 --- build_requirements.txt | 4 ++-- test_requirements.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build_requirements.txt b/build_requirements.txt index 51e16c7..c6f5a2f 100644 --- a/build_requirements.txt +++ b/build_requirements.txt @@ -1,2 +1,2 @@ -build -twine \ No newline at end of file +build==0.9.0 +twine==5.1.1 \ No newline at end of file diff --git a/test_requirements.txt b/test_requirements.txt index 7e35397..f22451c 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,3 +1,3 @@ -pytest -pytest-cov -pytest-asyncio \ No newline at end of file +pytest==8.3.2 +pytest-cov==5.0.0 +pytest-asyncio==0.23.8 \ No newline at end of file