Skip to content

Commit

Permalink
add aarch64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Oct 24, 2023
1 parent 8075b66 commit 336a236
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jsonpath>=0.82
tabulate>=0.8.6
decorator>=4.4.2
py-mini-racer>=0.6.0
akracer>=0.0.10
akracer>=0.0.11
commitizen>=2.35.0
pre-commit>=2.20.0
sphinx>=5.2.3
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jsonpath>=0.82
tabulate>=0.8.6
decorator>=4.4.2
py-mini-racer>=0.6.0
akracer>=0.0.10
akracer>=0.0.11
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def get_version_string() -> str:
"tabulate>=0.8.6",
"decorator>=4.4.2",
"py-mini-racer>=0.6.0",
"akracer>=0.0.10",
"akracer>=0.0.11",
],
package_data={"": ["*.py", "*.json", "*.pk", "*.js", "*.zip"]},
keywords=[
Expand Down

0 comments on commit 336a236

Please sign in to comment.