Skip to content

Commit 99bd047

Browse files
Add note on requirements.txt
1 parent 61ee20a commit 99bd047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
packages=find_packages(exclude=['contrib', 'docs', 'tests*']),
3333
install_requires=requirements,
3434
python_requires='~={}.{}'.format(*min_py_version),
35-
setup_requires=['setuptools_certificate'],
35+
setup_requires=['setuptools_certificate'], # maybe remove due to conflicts?
3636
pubkey_path='./datajoint.pub'
3737
)

0 commit comments

Comments
 (0)