Skip to content

Commit

Permalink
Merge pull request #351 from dandi/sort-requires
Browse files Browse the repository at this point in the history
Sort install_requires
  • Loading branch information
yarikoptic committed Jan 29, 2021
2 parents 30e0695 + b3753ec commit 159ec78
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,29 +30,29 @@ project_urls =
[options]
python_requires = >=3.6
install_requires =
girder-client
pynwb >= 1.0.3,!=1.1.0
# Specifying != might be what causes pip 19.3.1 first to install hdmf 1.5.1
# which is incompatible with pynwb 1.1.2 and only complain instead of installing
# pinned by pynwb version.
#hdmf != 1.1.2
appdirs
click
click-didyoumean
email-validator
etelemetry >= 0.2.0
fasteners
girder-client
# Specifying != might be what causes pip 19.3.1 first to install hdmf 1.5.1
# which is incompatible with pynwb 1.1.2 and only complain instead of installing
# pinned by pynwb version.
#hdmf != 1.1.2
humanize
joblib
jsonschema
keyring
keyrings.alt
pycryptodomex # for EncryptedKeyring backend in keyrings.alt
pydantic
pynwb >= 1.0.3,!=1.1.0
pyout >=0.5, !=0.6.0
humanize
python-dateutil
requests ~= 2.20
ruamel.yaml >=0.15, <1
keyring
keyrings.alt
python-dateutil
semantic-version
tqdm
typing_extensions; python_version < "3.8"
Expand Down

0 comments on commit 159ec78

Please sign in to comment.