Remove transitive dependencies (#167)

Given how we're currently managing our dependencies in this project, it
doesn't make sense to list transitive dependencies in this set of
requirements (i.e. it's not meant to act as a lock file).
This commit is contained in:
Jon Parise 2022-05-17 12:29:12 -07:00 committed by GitHub
parent 37cd63d394
commit b8121166b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,7 @@
asn1crypto==1.3.0
cffi==1.14.0
click==7.1.2
cryptography==37.0.2 cryptography==37.0.2
Flask==1.0.2 Flask==1.0.2
idna==3.3
itsdangerous==0.24 itsdangerous==0.24
Jinja2==2.11.3 Jinja2==2.11.3
MarkupSafe==1.1.1 MarkupSafe==1.1.1
pycparser==2.20
redis==2.10.6 redis==2.10.6
Werkzeug==0.15.6 Werkzeug==0.15.6