Skip to content

Commit

Permalink
[update] update packages and aexpy to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
StardustDL committed Feb 5, 2024
1 parent 55f3b7f commit f179c89
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
13 changes: 12 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
{
"dist": "./dist",
"cache": "./cache",
"packages": ["generator-oj-problem", "python"],
"packages": [
"python",
"aexpy",
"generator-oj-problem",
"coxbuild",
"click",
"Flask",
"requests",
"tornado",
"PyYAML",
"jinja2"
],
"worker": "package"
}
3 changes: 2 additions & 1 deletion index/aexpyw.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from dataclasses import dataclass
from typing import override
from aexpy.models import Product, Distribution, ApiDescription, ApiDifference, Report
import aexpy
from . import env
import sys

Expand Down Expand Up @@ -84,7 +85,7 @@ def getCommandPrefix(self):
"-v",
f"{str(env.cache.resolve())}:/data",
"--rm",
"stardustdl/aexpy:latest",
f"stardustdl/aexpy:{aexpy.__version__}",
]

@override
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests==2.31.0
semver==3.0.2
aexpy==0.2.0
aexpy==0.2.1
packaging==23.2

0 comments on commit f179c89

Please sign in to comment.