diff options
author | Anthony Wang | 2021-02-09 16:27:09 -0600 |
---|---|---|
committer | Anthony Wang | 2021-02-09 16:27:09 -0600 |
commit | 421e7b4359f9e3c071be4521fe13f44dad3421ca (patch) | |
tree | db1c89b4a940a2ea0f98cd91abb682ebf19d37d1 | |
parent | c03650a725729e4f03d95af51db22ba480f1b94f (diff) |
Add pip dependencies
-rw-r--r-- | requirements.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 6bb163c..8c4c52e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,15 @@ +astroid==2.4.2 cycler==0.10.0 +isort==5.7.0 kiwisolver==1.3.1 +lazy-object-proxy==1.4.3 matplotlib==3.3.4 +mccabe==0.6.1 numpy==1.19.5 Pillow==8.1.0 +pylint==2.6.0 pyparsing==2.4.7 python-dateutil==2.8.1 six==1.15.0 +toml==0.10.2 +wrapt==1.12.1 |