Skip to content

Commit

Permalink
feat: add conda, conan, alpine, gitlfs & vagrant in PackageTypeEnum
Browse files Browse the repository at this point in the history
  • Loading branch information
anancarv committed Apr 12, 2021
1 parent 37783f3 commit f6da3ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyartifactory/models/repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ class PackageTypeEnum(str, Enum):
chef = "chef"
puppet = "puppet"
generic = "generic"
conan = "conan"
alpine = "alpine"
gitlfs = "gitlfs"
vagrant = "vagrant"
conda = "conda"


class RClassEnum(str, Enum):
Expand Down

0 comments on commit f6da3ad

Please sign in to comment.