From 6b3e0d32295cbfdf193c90a543c6d66531d031b3 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Tue, 28 Sep 2021 17:07:15 -0400 Subject: [PATCH] Drop pycryptodome as a Python dependency --- base_requirements.txt | 4 ---- requirements.txt | 1 - 2 files changed, 5 deletions(-) diff --git a/base_requirements.txt b/base_requirements.txt index acd8d22c8..11ddac634 100644 --- a/base_requirements.txt +++ b/base_requirements.txt @@ -94,10 +94,6 @@ Pillow # https://github.com/psycopg/psycopg2 psycopg2-binary -# Extensive cryptographic library (fork of pycrypto) -# https://github.com/Legrandin/pycryptodome -pycryptodome - # YAML rendering library # https://github.com/yaml/pyyaml PyYAML diff --git a/requirements.txt b/requirements.txt index 83873a55a..4d378956c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,6 @@ mkdocs-material==7.2.6 netaddr==0.8.0 Pillow==8.3.2 psycopg2-binary==2.9.1 -pycryptodome==3.10.1 PyYAML==5.4.1 svgwrite==1.4.1 tablib==3.0.0