Sign in

ops / app-deployer · Files

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • app-deployer
  • dbocl_lib
  • pyproject.toml
  • add scripts
    6b4fb321
    root authored
    2021-12-14 04:48:12 +0000  
    Browse File »
pyproject.toml 159 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
[build-system]
requires = [
    "setuptools>=54"
    "wheel"
    "boto3>=1.6.6"
    "interruptingcow"
    "pytz"
]

build-backend = "setuptools.build_metadata"