We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c09630d commit 38abc09Copy full SHA for 38abc09
.github/workflows/build.yml
@@ -24,6 +24,8 @@ jobs:
24
run: git config --global --add safe.directory $PWD
25
- name: test
26
run: go test -v ./...
27
+ - name: build-apps
28
+ run: make build-apps
29
- name: unittest
30
run: |
31
source .venv/bin/activate
requirements.txt
@@ -1,2 +1,3 @@
1
git+https://github.com/aitjcize/WebSocket-for-Python.git
2
-PyYAML==6.0.1
+bcrypt==4.3.0
3
+PyYAML==6.0.2
0 commit comments