add poetry to sync script and upgrade server requirements
from fabric.api import env# the user to use for the remote commandsenv.user = 'user'# the servers where the commands are executedenv.hosts = ['server']env.srv_venv_path = 'virtualenv folder path on host'