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:
parent
37cd63d394
commit
b8121166b7
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue