Skip to content
Prev Previous commit
Adding pylint as optional development dependency
  • Loading branch information
slackline committed Oct 9, 2022
commit 89409fab470e2f0e2b615de86bfad72bcafacf6f
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ dependencies:
- pandas-gbq
- psycopg2
- pyarrow
- pylint
- pymysql
- pyreadstat
- pytables
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ odfpy
pandas-gbq
psycopg2
pyarrow
pylint
pymysql
pyreadstat
tables
Expand Down