Skip to content

Commit

Permalink
Fix ordering in requirement files
Browse files Browse the repository at this point in the history
  • Loading branch information
achave11-ucsc committed Oct 23, 2024
1 parent ccc785f commit f6e3df5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
atomicwrites==1.4.1
awscli==1.29.63
git+https://github.com/DataBiosphere/[email protected]+12#egg=chalice
boto3-stubs[s3,sqs,lambda,dynamodb,iam,ecr,stepfunctions,kms]==1.28.63 # match this with the version of the `boto3` runtime dependency
coverage==6.5.0
docker==7.1.0
flake8==5.0.4
gevent==23.9.1
git+https://github.com/DataBiosphere/[email protected]+12#egg=chalice
git+https://github.com/hannes-ucsc/[email protected]+1#egg=requirements-parser
gitpython==3.1.41
google-api-python-client==2.103.0
google-cloud-storage==2.12.0
google-cloud-bigquery-reservation==1.11.3
google-cloud-storage==2.12.0
jq==1.3.0
locust==2.12.2
moto[s3,sqs,sns,dynamodb,iam]==4.1.13 # match the extras with the backends listed in AzulUnitTestCase._reset_moto
boto3-stubs[s3,sqs,lambda,dynamodb,iam,ecr,stepfunctions,kms]==1.28.63 # match this with the version of the `boto3` runtime dependency
openapi-spec-validator==0.5.1
openpyxl==3.0.6
posix_ipc==1.1.1
pygithub==1.56
python-dxf==11.4.0
python-gitlab==3.13.0
pyyaml==6.0.1
git+https://github.com/hannes-ucsc/[email protected]+1#egg=requirements-parser
responses==0.22.0
strict-rfc3339==0.7
watchdog==2.1.9
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ boto3==1.28.63 # match this with the version of the `boto3-stubs` dev dependenc
botocore==1.31.63
chevron==0.14.0
deprecated==1.2.13
elasticsearch-dsl==7.4.0
elasticsearch==7.17.9
elasticsearch-dsl==7.4.0
fastavro==1.8.2
furl==2.1.3
google-api-core==2.12.0
google-auth[pyopenssl]==2.23.3
google-cloud-bigquery==3.12.0
google-api-core==2.12.0
http-message-signatures==0.4.4
jmespath==1.0.1
more-itertools==9.0.0
Expand Down

0 comments on commit f6e3df5

Please sign in to comment.