python_sources( name='impl', sources=['shorts-python3.11/**/*.py'], dependencies=[ '3rdparty:aiohttp', '3rdparty:tabulate', 'libraries/pants-utils-python3.11', ], ) pex_binary( name='shorts', entry_point="main.py:runner", dependencies=[ ':impl' ], tags={'default-build', 'python-next'}, )