-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
11 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,18 @@ | ||
node_modules | ||
__pycache__ | ||
jsconfig.json | ||
.eslintrc.js | ||
*.md | ||
.vscode | ||
.devcontainer | ||
.ini | ||
.git | ||
.github | ||
.gitignore | ||
.github/ | ||
^\.* | ||
!.dockerignore | ||
!.gitignore | ||
docs/ | ||
ecosystem.config.js | ||
.http | ||
mongo_data | ||
mongo_data.old | ||
.DS_Store | ||
*.pyc | ||
api/main/config/*.cfg | ||
.mypy_cache | ||
db.dump | ||
__pycache__ | ||
.pytest_cache | ||
kafka_data | ||
kafka_data | ||
pg_data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM python:3.10 | ||
FROM python:3.11 | ||
COPY api api | ||
WORKDIR api | ||
RUN pip3 install pipenv | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule binquant
updated
from 6069fb to 9d8640
This file was deleted.
Oops, something went wrong.