mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
update psycopg2 requirement, set max pickle version for ssh tasks
This commit is contained in:
parent
b5d4740131
commit
b38a4b71f1
2 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
import os
|
||||
import pickle
|
||||
pickle.HIGHEST_PROTOCOL = 2
|
||||
import paramiko
|
||||
from rq import Queue
|
||||
from redis import Redis
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
flask
|
||||
flask_pyoidc
|
||||
proxmoxer
|
||||
psycopg2
|
||||
psycopg2-binary
|
||||
sqlalchemy
|
||||
python-dateutil
|
||||
csh_ldap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue