diff options
| author | adamjanovsky | 2020-10-16 08:31:59 +0200 |
|---|---|---|
| committer | adamjanovsky | 2020-10-16 08:31:59 +0200 |
| commit | f27a6706b9e77d9802027c85dc0cbcc98218ffd2 (patch) | |
| tree | e77232107af6d159487ff00aa17c0fad805143ce | |
| parent | 377a627c790be70b41d4995b8c4ecddca4a781e2 (diff) | |
| download | sec-certs-f27a6706b9e77d9802027c85dc0cbcc98218ffd2.tar.gz sec-certs-f27a6706b9e77d9802027c85dc0cbcc98218ffd2.tar.zst sec-certs-f27a6706b9e77d9802027c85dc0cbcc98218ffd2.zip | |
added requirements.txt
| -rw-r--r-- | requirements.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..43e7ade0 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,12 @@ +certifi==2020.6.20 +cycler==0.10.0 +graphviz==0.14.2 +kiwisolver==1.2.0 +matplotlib==3.3.2 +numpy==1.19.2 +Pillow==8.0.0 +pyparsing==2.4.7 +PyPDF2==1.26.0 +python-dateutil==2.8.1 +six==1.15.0 +tabulate==0.8.7 |
