From 82515343ee46d61db1e14b0463ef2eee580ffc01 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Mon, 21 Feb 2022 23:00:25 +0300 Subject: [PATCH] Update requirements to "latest" version of every package --- requirements.txt | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4a95eb125..0976d1f1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,15 +1,15 @@ -wxPython == 4.0.6 -logbook >= 1.0.0 -numpy == 1.19.2 -matplotlib == 3.2.2 +wxPython +logbook +numpy +matplotlib python-dateutil -requests >= 2.0.0 -sqlalchemy == 1.3.23 -cryptography >= 2.3 -markdown2 >= 2.3.5 -packaging >= 16.8 -roman >= 2.0.0 -beautifulsoup4 >= 4.6.0 -pyyaml >= 5.1 -python-jose==3.0.1 -requests-cache==0.8.1 \ No newline at end of file +requests +sqlalchemy +cryptography +markdown2 +packaging +roman +beautifulsoup4 +pyyaml +python-jose +requests-cache