Skip to content

Commit

Permalink
[Compile Server] Update deps for compilation server (#365)
Browse files Browse the repository at this point in the history
There is a dependency lacking in the requirements.txt of the compilation
server, causing it to fail at import. Adding it back here.

Co-authored-by: Xin Li <xin@centml.ai>
  • Loading branch information
xinli-git and xinli-centml authored Oct 16, 2023
1 parent 82ddb8c commit 003cd00
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/compile_server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ flask-restful
flask-jwt-extended
gunicorn
GitPython

# for configuration
tomlkit

# for parser
lark

0 comments on commit 003cd00

Please sign in to comment.