From 06c2727e65cdb865f4976476b7d5c65366f692ab Mon Sep 17 00:00:00 2001 From: jimmoffet Date: Fri, 23 Sep 2022 17:09:03 -0700 Subject: [PATCH] fix requirements --- Makefile | 1 - requirements.in | 2 -- requirements.txt | 7 ------- 3 files changed, 10 deletions(-) diff --git a/Makefile b/Makefile index 9e58f797c..18caff76d 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,6 @@ test: ## Run tests freeze-requirements: ## Pin all requirements including sub dependencies into requirements.txt pip install --upgrade pip-tools pip-compile requirements.in - pip3 install -r requirements.txt --no-cache-dir .PHONY: audit audit: diff --git a/requirements.in b/requirements.in index 10f58e908..615065db4 100644 --- a/requirements.in +++ b/requirements.in @@ -26,8 +26,6 @@ defusedxml==0.7.1 Werkzeug==2.1.1 python-dotenv==0.20.0 -validatesns==0.1.1 - notifications-python-client==6.3.0 # PaaS diff --git a/requirements.txt b/requirements.txt index 5270fbb29..3982ed643 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,8 +10,6 @@ amqp==5.1.1 # via kombu arrow==1.2.2 # via isoduration -asn1crypto==1.5.1 - # via oscrypto async-timeout==4.0.2 # via redis attrs==21.4.0 @@ -171,8 +169,6 @@ notifications-utils @ git+https://github.com/GSA/notifications-utils.git # via -r requirements.in orderedset==2.0.3 # via notifications-utils -oscrypto==1.3.0 - # via validatesns packaging==21.3 # via # bleach @@ -251,7 +247,6 @@ six==1.16.0 # flask-marshmallow # python-dateutil # rfc3339-validator - # validatesns smartypants==2.0.1 # via notifications-utils soupsieve==2.3.2.post1 @@ -272,8 +267,6 @@ urllib3==1.26.9 # via # botocore # requests -validatesns==0.1.1 - # via -r requirements.in vine==5.0.0 # via # amqp