Skip to content

Commit

Permalink
update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Aug 18, 2024
1 parent 9d77f50 commit 6cacad5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
fluentci run --wasm devbox run pip install -r requirements.txt
fluentci run --wasm devbox run python run.py &
sleep 3
sleep 2
fluentci run --wasm devbox run python -m unittest
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
37 changes: 2 additions & 35 deletions devbox.lock
Original file line number Diff line number Diff line change
@@ -1,46 +1,13 @@
{
"lockfile_version": "1",
"packages": {
"python310": {
"plugin_version": "0.0.3",
"resolved": "github:NixOS/nixpkgs/75a52265bda7fd25e06e3a67dee3f0354e73243c#python310",
"source": "nixpkg",
"systems": {
"x86_64-linux": {
"outputs": [
{
"path": "/nix/store/s6fgyqbk8vn1014daznm5kqx90xdn86x-python3-3.10.13",
"default": true
}
]
}
}
},
"python310Packages.pip": {
"plugin_version": "0.0.2",
"resolved": "github:NixOS/nixpkgs/75a52265bda7fd25e06e3a67dee3f0354e73243c#python310Packages.pip",
"source": "nixpkg",
"systems": {
"x86_64-linux": {
"outputs": [
{
"path": "/nix/store/96zrmllll78k3zf6zyxyyfzpcihf1svd-python3.10-pip-23.2.1",
"default": true
},
{
"name": "man",
"path": "/nix/store/1y54g9y4l1cifs9f2lhkyz8xwjh26qgs-python3.10-pip-23.2.1-man",
"default": true
}
]
}
}
},
"python38": {
"plugin_version": "0.0.3",
"resolved": "github:NixOS/nixpkgs/75a52265bda7fd25e06e3a67dee3f0354e73243c#python38",
"source": "nixpkg"
},
"python38Packages.pip": {
"plugin_version": "0.0.2",
"resolved": "github:NixOS/nixpkgs/75a52265bda7fd25e06e3a67dee3f0354e73243c#python38Packages.pip",
"source": "nixpkg"
}
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ pymongo==3.7.2
Flask_PyMongo==2.2.0
Flask==1.0.2
dnspython==1.16.0
jinja2==3.0.3
werkzeug==0.16.1
itsdangerous==2.0.1

0 comments on commit 6cacad5

Please sign in to comment.