Skip to content

Commit

Permalink
Syncing requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
aadel committed Aug 26, 2024
1 parent cac95c9 commit 0afde4e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 24 deletions.
10 changes: 5 additions & 5 deletions requirements/common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ distlib==0.3.8
filelock==3.15.4; python_version >= '3.8'
greenlet==3.0.3; python_version >= '3' and platform_machine == 'aarch64' or (platform_machine == 'ppc64le' or (platform_machine == 'x86_64' or (platform_machine == 'amd64' or (platform_machine == 'AMD64' or (platform_machine == 'win32' or platform_machine == 'WIN32')))))
identify==2.6.0; python_version >= '3.8'
idna==3.7; python_version >= '3.5'
idna==3.8; python_version >= '3.6'
nodeenv==1.9.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
platformdirs==4.2.2; python_version >= '3.8'
pre-commit==3.7.1; python_version >= '3.9'
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pyyaml==6.0.1; python_version >= '3.6'
requests==2.31.0; python_version >= '3.7'
pyyaml==6.0.2; python_version >= '3.8'
requests==2.32.3; python_version >= '3.8'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sqlalchemy==1.4.52; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
sqlparse==0.5.0; python_version >= '3.8'
sqlalchemy==1.4.53; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
sqlparse==0.5.1; python_version >= '3.8'
urllib3==2.2.2; python_version >= '3.8'
virtualenv==20.26.3; python_version >= '3.7'
23 changes: 4 additions & 19 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,31 +1,16 @@
-i https://pypi.org/simple
attrs==23.2.0; python_version >= '3.7'
certifi==2024.7.4; python_version >= '3.6'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
coverage==7.6.0; python_version >= '3.8'
coverage==7.6.1; python_version >= '3.8'
exceptiongroup==1.2.2; python_version < '3.11'
idna==3.7; python_version >= '3.5'
idna==3.8; python_version >= '3.6'
iniconfig==2.0.0; python_version >= '3.7'
mock==5.1.0; python_version >= '3.6'
nose==1.3.7
packaging==24.1; python_version >= '3.8'
pluggy==1.5.0; python_version >= '3.8'
pysolr==3.9.0
pytest==7.2.2; python_version >= '3.7'
requests==2.31.0; python_version >= '3.7'
pytest==8.3.2; python_version >= '3.8'
requests==2.32.3; python_version >= '3.8'
tomli==2.0.1; python_version < '3.11'
urllib3==2.2.2; python_version >= '3.8'
cfgv==3.4.0; python_version >= '3.8'
distlib==0.3.8
filelock==3.15.4; python_version >= '3.8'
greenlet==3.0.3; python_version >= '3' and platform_machine == 'aarch64' or (platform_machine == 'ppc64le' or (platform_machine == 'x86_64' or (platform_machine == 'amd64' or (platform_machine == 'AMD64' or (platform_machine == 'win32' or platform_machine == 'WIN32')))))
identify==2.6.0; python_version >= '3.8'
nodeenv==1.9.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
platformdirs==4.2.2; python_version >= '3.8'
pre-commit==3.7.1; python_version >= '3.9'
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pyyaml==6.0.1; python_version >= '3.6'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sqlalchemy==1.4.52; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
sqlparse==0.4.4; python_version >= '3.5'
virtualenv==20.26.3; python_version >= '3.7'

0 comments on commit 0afde4e

Please sign in to comment.