Compare commits

..

No commits in common. "5e01f4eb7f8f928fe058a86b61a1a7a43022139d" and "5e5129ecd7b9a47651554a0e242740d814362be6" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -25,4 +25,3 @@ psycopg2-binary
Pillow
pathlib
sqlalchemy_utils
build

View File

@ -10,7 +10,7 @@ with pathlib.Path('requirements.txt').open() as r:
for requirement
in r.readlines()
]
install_requires.append('setuptools')
install_requires.append('setuptools, build')
main_ns = {}
version = convert_path('hub/version.py')