Skip to content

Commit

Permalink
feat: add packages in PackageTypeEnum
Browse files Browse the repository at this point in the history
  • Loading branch information
anancarv authored Apr 12, 2021
2 parents c8a5ebc + f6da3ad commit 8db36e1
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 8db36e1

Please sign in to comment.