Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicitly declare dependencies #103

Open
cchaudier opened this issue Sep 6, 2022 · 2 comments
Open

Explicitly declare dependencies #103

cchaudier opened this issue Sep 6, 2022 · 2 comments

Comments

@cchaudier
Copy link

As a follow-up to the issue #101 can you set the versions of the dependencies?
First of all borgbackup and borgmatic.

This is to prevent unexpected changes in cli.
This is a good practice promoted by the 12 factors.

I think you can do this here whit this code :

borg_python_packages:
  - borgbackup==1.2.2
  - borgmatic==1.7.1
@m3nu
Copy link
Collaborator

m3nu commented Sep 6, 2022

Unfortunately not because some OS use old Python versions and will pull in an older version.

@Sebclem
Copy link
Contributor

Sebclem commented Nov 24, 2022

I think this can be closed as #107 is a workaround

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants