Skip to content

Commit 6b3e0d3

Browse files
committed
Drop pycryptodome as a Python dependency
1 parent 854121b commit 6b3e0d3

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

base_requirements.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@ Pillow
9494
# https://github.com/psycopg/psycopg2
9595
psycopg2-binary
9696

97-
# Extensive cryptographic library (fork of pycrypto)
98-
# https://github.com/Legrandin/pycryptodome
99-
pycryptodome
100-
10197
# YAML rendering library
10298
# https://github.com/yaml/pyyaml
10399
PyYAML

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ mkdocs-material==7.2.6
2222
netaddr==0.8.0
2323
Pillow==8.3.2
2424
psycopg2-binary==2.9.1
25-
pycryptodome==3.10.1
2625
PyYAML==5.4.1
2726
svgwrite==1.4.1
2827
tablib==3.0.0

0 commit comments

Comments
 (0)