From 586302bb3411f30a94f6ca6f7c6cf9f316a51e8e443ac12571cb2e3ddc2ff16b Mon Sep 17 00:00:00 2001 From: Johannes Randerath Date: Sat, 1 Jun 2024 15:08:37 +0200 Subject: [PATCH] venv portability using requirements.txt --- requirements.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..4bb624f --- /dev/null +++ b/requirements.txt @@ -0,0 +1,18 @@ +asgiref==3.8.1 +astroid==3.2.2 +dill==0.3.8 +Django==5.0.6 +isort==5.13.2 +mccabe==0.7.0 +mysqlclient==2.2.4 +numpy==1.26.4 +pandas==2.2.2 +platformdirs==4.2.2 +pylint==3.2.2 +python-dateutil==2.9.0.post0 +pytz==2024.1 +six==1.16.0 +sqlparse==0.5.0 +tomlkit==0.12.5 +tzdata==2024.1 +wheel==0.43.0