Skip to content

Commit

Permalink
Replace smart_open VCS requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange authored Aug 21, 2022
1 parent 511b791 commit d1fb601
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

REQUIREMENTS_TEST = open(os.path.join(HERE, "requirements_test.txt")).readlines()
REQUIREMENTS = [
"smart_open[s3,http]@git+https://github.com/ddelange/smart_open@patch-1",
"smart_open[s3,http]",
"boto3>=1.7.0",
# beaker needs this
"cryptography",
Expand All @@ -37,11 +37,11 @@
"redis": ["redis"],
"gcs": [
"google-cloud-storage>=1.10.0",
"smart_open[gcs]@git+https://github.com/ddelange/smart_open@patch-1",
"smart_open[gcs]",
],
"azure-blob": [
"azure-storage-blob>=12.5.0",
"smart_open[azure]@git+https://github.com/ddelange/smart_open@patch-1",
"smart_open[azure]>=6.1.0", # ref #304
],
}

Expand Down

0 comments on commit d1fb601

Please sign in to comment.