Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
audaciouscode committed Jan 1, 2024
1 parent 66446dd commit af7b9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ psutil==5.9.7
psycopg2-binary==2.9.9; python_version >= '3.7'
psycopg2-binary==2.9.8; python_version >= '3.0' and python_version < '3.7'
psycopg2-binary==2.8.6; python_version < '3.0'
pylint==3.0.3; python_version > '3.8'
pylint==3.0.3; python_version >= '3.8'
pylint==2.17.7; python_version == '3.7'
pylint==2.13.9; python_version == '3.6'
pylint==1.9.5; python_version < '3.0'
Expand Down

0 comments on commit af7b9e8

Please sign in to comment.