Skip to content

Commit

Permalink
Create pythonchecks.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
RhinosF1 authored Jan 19, 2024
1 parent acd0ef3 commit 6bd546c
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/pythonchecks.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
## TESTING ONLY
pytest==7.4.3
wheel==0.41.3
flake8==6.1.0
flake8-unused-arguments==0.0.13
flake8-sfs==1.0.0
flake8-builtins==2.2.0
flake8-commas==2.1.0; python_version < '3.12'
flake8-comprehensions==3.14.0
flake8-fixme==1.1.1
flake8-multiline-containers==0.0.19
flake8-pytest-style==1.7.2
flake8-return==1.2.0
flake8-quotes==3.3.2; python_version < '3.12'
flake8-simplify==0.21.0
flake8-pytest==1.4
flake8-type-checking==2.5.1
mypy==1.6.1
types-requests==2.28.1
pytest-xdist==3.3.1
flake8-noqa==1.3.2
coverage==7.3.2
setuptools==68.2.2; python_version == '3.12'
## ACTUAL
requests==2.28.1; python_version == '3.11'
requests==2.31.0; python_version == '3.12'
filelock==3.9.0; python_version == '3.11'
filelock==3.13.1; python_version == '3.12'
langcodes==3.3.0
internetarchive==3.3.0; python_version == '3.11'
internetarchive==3.5.0; python_version == '3.12'

0 comments on commit 6bd546c

Please sign in to comment.