From 40f238b789058bd39ce5d93aa7242a3a9b257568 Mon Sep 17 00:00:00 2001 From: Matthys Potgieter Date: Mon, 7 Aug 2023 14:47:46 +0000 Subject: [PATCH] removed requirements.txt --- .github/workflows/python-app.yml | 2 +- lib/requirements.txt | 47 -------------------------------- 2 files changed, 1 insertion(+), 48 deletions(-) delete mode 100644 lib/requirements.txt diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 1a1620a..23e9cd3 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -26,7 +26,7 @@ jobs: git clone https://thys_potgieter@bitbucket.org/thys_potgieter/cbio-proteogenomics-tests.git pip3 install --upgrade pip pip3 install flake8 pytest - if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi + #if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names diff --git a/lib/requirements.txt b/lib/requirements.txt deleted file mode 100644 index a305fed..0000000 --- a/lib/requirements.txt +++ /dev/null @@ -1,47 +0,0 @@ -biopython==1.79 -biothings-client==0.2.6 -certifi==2023.7.22 -cffi==1.15.0 -charset-normalizer==2.0.10 -cycler==0.11.0 -datrie==0.8.2 -dbus-python==1.2.18 -distlib==0.3.4 -filelock==3.4.2 -fonttools==4.28.5 -idna==3.3 -Jinja2==3.0.3 -kiwisolver==1.3.2 -MarkupSafe==2.0.1 -matplotlib==3.5.1 -matplotlib-venn==0.11.6 -mygene==3.2.2 -natsort==8.0.2 -numpy==1.22.1 -packaging==21.3 -pandas==1.3.5 -patsy==0.5.2 -Pillow==9.3.0 -platformdirs==2.4.1 -ply==3.11 -pycparser==2.21 -pycurl==7.44.1 -PyGObject==3.42.0 -pyparsing==3.0.6 -python-apt==2.3.0+b1 -python-dateutil==2.8.2 -pytz==2021.3 -pytz-deprecation-shim==0.1.0.post0 -PyYAML==6.0 -requests==2.31.0 -rpy2==3.4.5 -scikit-posthocs==0.6.7 -scipy==1.10.0 -seaborn==0.11.2 -six==1.16.0 -statsmodels==0.13.1 -tzdata==2021.5 -tzlocal==4.1 -urllib3==1.26.8 -virtualenv==20.13.0 -xmltramp2==3.1.1