Compare commits
No commits in common. "5e01f4eb7f8f928fe058a86b61a1a7a43022139d" and "5e5129ecd7b9a47651554a0e242740d814362be6" have entirely different histories.
5e01f4eb7f
...
5e5129ecd7
@ -25,4 +25,3 @@ psycopg2-binary
|
|||||||
Pillow
|
Pillow
|
||||||
pathlib
|
pathlib
|
||||||
sqlalchemy_utils
|
sqlalchemy_utils
|
||||||
build
|
|
2
setup.py
2
setup.py
@ -10,7 +10,7 @@ with pathlib.Path('requirements.txt').open() as r:
|
|||||||
for requirement
|
for requirement
|
||||||
in r.readlines()
|
in r.readlines()
|
||||||
]
|
]
|
||||||
install_requires.append('setuptools')
|
install_requires.append('setuptools, build')
|
||||||
|
|
||||||
main_ns = {}
|
main_ns = {}
|
||||||
version = convert_path('hub/version.py')
|
version = convert_path('hub/version.py')
|
||||||
|
Loading…
Reference in New Issue
Block a user