Files
pymod2pkg/requirements.txt
Tony Breeds 2d447598e2 Move CLI code into it's own module
This makes pypkg2mod more like a conventional library/module by moving
the cli code into it's own module.  Making room for additional command
line interfaces

Change-Id: If15b85ac3230adf9cf2bc8a9c1c7a9ac9f31eda9
2022-08-29 13:59:43 -07:00

7 lines
259 B
Plaintext

# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
distro
pbr!=2.1.0,>=2.0.0 # Apache-2.0
packaging