Skip to content

Commit

Permalink
Merge pull request #2 from hemilabs/codeowners
Browse files Browse the repository at this point in the history
Add code owners
  • Loading branch information
gabmontes authored Dec 26, 2024
2 parents 5f9f28c + 3c27aea commit dfc1296
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
* @safe-global/safe-config-service-maintainers

/src/safe_apps @safe-global/safe-config-service-maintainers
* @gabmontes
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ gunicorn==22.0.0
Pillow==10.3.0
psycopg2-binary==2.9.9
requests==2.32.3

# Without pin, safe-eth-py 5.8.0 installs >= 7 which breaks django-check job
# > ImportError: cannot import name 'geth_poa_middleware' from 'web3.middleware'
# TODO: Remove when safe-eth-py updates web3 to >= 7
# https://github.com/safe-global/safe-eth-py/pull/1315
web3==6.20.2

0 comments on commit dfc1296

Please sign in to comment.