From 174fc3e8f2dda70c44b27ed4e2dcacd05793d519 Mon Sep 17 00:00:00 2001 From: Adrienne Stilp Date: Fri, 17 Nov 2023 16:47:03 -0800 Subject: [PATCH] Remove old requirements files --- requirements/base.txt | 49 ------------------------------------- requirements/local.txt | 45 ---------------------------------- requirements/production.txt | 9 ------- 3 files changed, 103 deletions(-) delete mode 100644 requirements/base.txt delete mode 100644 requirements/local.txt delete mode 100644 requirements/production.txt diff --git a/requirements/base.txt b/requirements/base.txt deleted file mode 100644 index 38784723..00000000 --- a/requirements/base.txt +++ /dev/null @@ -1,49 +0,0 @@ -pytz==2022.1 # https://github.com/stub42/pytz -python-slugify==6.1.2 # https://github.com/un33k/python-slugify -Pillow==9.3.0 # https://github.com/python-pillow/Pillow -argon2-cffi==21.3.0 # https://github.com/hynek/argon2_cffi -whitenoise==6.6.0 # https://github.com/evansd/whitenoise -redis==4.5.4 # https://github.com/andymccurdy/redis-py -hiredis==2.0.0 # https://github.com/redis/hiredis-py -oauthlib==3.2.1 # https://github.com/oauthlib/oauthlib - -# Django -# ------------------------------------------------------------------------------ -django==3.2.19 # pyup: < 3.3 # https://www.djangoproject.com/ -django-environ==0.8.1 # https://github.com/joke2k/django-environ -django-maintenance-mode==0.16.3 # https://github.com/fabiocaccamo/django-maintenance-mode -django-model-utils==4.3.1 # https://github.com/jazzband/django-model-utils -django-allauth==0.54.0 # https://github.com/pennersr/django-allauth -django-crispy-forms==1.14.0 # https://github.com/django-crispy-forms/django-crispy-forms -django-redis==5.2.0 # https://github.com/jazzband/django-redis -django-login-required-middleware==0.8.0 # https://github.com/CleitonDeLima/django-login-required-middleware -django-dbbackup==4.0.1 # https://github.com/jazzband/django-dbbackup -# For time stamped models. -django-extensions==3.2.1 # https://github.com/django-extensions/django-extensions - -# anvil_consortium_manager -git+https://github.com/UW-GAC/django-anvil-consortium-manager.git@v0.20.1 - -# Simple history - model history tracking -django-simple-history==3.1.1 - -# Making HTTP requests to get dbgap study versions. -requests==2.31.0 - -# For json schema validation. -jsonschema==4.16.0 - -# For tree structures -django-tree-queries==0.13.0 - -# For parsing DUO OWL files -pronto==2.5.2 - -# mysql -mysqlclient==2.1.0 # https://github.com/PyMySQL/mysqlclient - -# pandas for data summaries -pandas==1.5.2 - -# for exporting django-tables2 tables to tsv. -tablib==3.4.0 diff --git a/requirements/local.txt b/requirements/local.txt deleted file mode 100644 index eab7b053..00000000 --- a/requirements/local.txt +++ /dev/null @@ -1,45 +0,0 @@ --r base.txt - -Werkzeug==2.2.3 # https://github.com/pallets/werkzeug -ipdb==0.13.9 # https://github.com/gotcha/ipdb - -# Testing -# ------------------------------------------------------------------------------ -mypy==0.942 # https://github.com/python/mypy -django-stubs==1.10.1 # https://github.com/typeddjango/django-stubs -types-requests==2.31.0.10 -pytest==7.2.0 # https://github.com/pytest-dev/pytest -pytest-sugar==0.9.6 # https://github.com/Frozenball/pytest-sugar -responses==0.21.0 # https://github.com/getsentry/responses - for mocking HTTP responses -factory-boy==3.2.1 # https://github.com/FactoryBoy/factory_boy - -# Documentation -# ------------------------------------------------------------------------------ -sphinx==4.5.0 # https://github.com/sphinx-doc/sphinx -sphinx-autobuild==2021.3.14 # https://github.com/GaretJax/sphinx-autobuild - -# Code quality -# ------------------------------------------------------------------------------ -flake8==4.0.1 # https://github.com/PyCQA/flake8 -flake8-isort==4.1.1 # https://github.com/gforcada/flake8-isort -coverage==6.3.2 # https://github.com/nedbat/coveragepy -black==22.3.0 # https://github.com/psf/black -pylint-django==2.5.3 # https://github.com/PyCQA/pylint-django -pre-commit==2.18.1 # https://github.com/pre-commit/pre-commit - -# Security -# ------------------------------------------------------------------------------ -safety==2.3.5 # https://github.com/pyupio/safety -setuptools==65.5.1 # https://github.com/pypa/setuptools - -# Django -# ------------------------------------------------------------------------------ -django-debug-toolbar==4.2.0 # https://github.com/jazzband/django-debug-toolbar -django-coverage-plugin==2.0.3 # https://github.com/nedbat/django_coverage_plugin -pytest-django==4.5.2 # https://github.com/pytest-dev/pytest-django - -# Other additions -# ------------------------------------------------------------------------------ -django-test-migrations==1.3.0 -# For setting time when running tests. -freezegun==1.2.2 # https://github.com/spulec/freezegun diff --git a/requirements/production.txt b/requirements/production.txt deleted file mode 100644 index e0cb4320..00000000 --- a/requirements/production.txt +++ /dev/null @@ -1,9 +0,0 @@ -# PRECAUTION: avoid production dependencies that aren't in development - --r base.txt - -gunicorn==20.1.0 # https://github.com/benoitc/gunicorn - -# Django -# ------------------------------------------------------------------------------ -django-anymail==8.5 # https://github.com/anymail/django-anymail