Commit aa77698374a5b5461ff209fb63ee22430ca4990f
1 parent
cf37877009
Exists in
main
Update requirements.txt
Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff
requirements.txt
View file @
aa77698
1 | 1 | absl-py==1.0.0 |
2 | 2 | appnope==0.1.2 |
3 | 3 | astunparse==1.6.3 |
4 | +autopep8==1.6.0 | |
4 | 5 | backcall==0.2.0 |
5 | 6 | cached-property==1.5.2 |
6 | 7 | cachetools==4.2.4 |
... | ... | @@ -48,6 +49,7 @@ |
48 | 49 | ptyprocess==0.7.0 |
49 | 50 | pyasn1==0.4.8 |
50 | 51 | pyasn1-modules==0.2.8 |
52 | +pycodestyle==2.8.0 | |
51 | 53 | Pygments==2.11.2 |
52 | 54 | pyparsing==3.0.7 |
53 | 55 | python-dateutil==2.8.2 |
... | ... | @@ -66,6 +68,7 @@ |
66 | 68 | tensorflow-estimator==2.7.0 |
67 | 69 | tensorflow-io-gcs-filesystem==0.23.1 |
68 | 70 | termcolor==1.1.0 |
71 | +toml==0.10.2 | |
69 | 72 | tornado==6.1 |
70 | 73 | traitlets==5.1.1 |
71 | 74 | typing-extensions==4.0.1 |