Skip to content

Commit

Permalink
fix: change requirements.txt for gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Veivel committed Jun 17, 2024
1 parent b290b07 commit 3f45a9f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r deploy-stg/requirements.txt
- name: Setup Infisical
run: |
Expand Down
11 changes: 11 additions & 0 deletions deploy-stg/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
bcrypt==4.1.3
cffi==1.16.0
colorama==0.4.6
cryptography==42.0.7
loguru==0.7.2
paramiko==3.4.0
pycparser==2.22
PyNaCl==1.5.0
python-dotenv==1.0.1
PyYAML==6.0.1
win32-setctime==1.1.0

0 comments on commit 3f45a9f

Please sign in to comment.