Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
Remove duplicate requirements
Browse files Browse the repository at this point in the history
These requirements are specified in setup.py
and require us to make duplicate changes when
bumping package versions.
  • Loading branch information
jamesls committed May 24, 2019
1 parent 493f067 commit e0d2ae3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
tox>=2.3.1,<3.0.0
docutils>=0.10
# botocore and the awscli packages are typically developed
# in tandem, so we're requiring the latest develop
# branch of botocore when working on the awscli.
# branch of botocore and s3transfer when working on the awscli.
-e git://github.com/boto/botocore.git@develop#egg=botocore
-e git://github.com/boto/s3transfer.git@develop#egg=s3transfer
-e git://github.com/boto/jmespath.git@develop#egg=jmespath
nose==1.3.7
colorama>=0.2.5,<=0.3.9
mock==1.3.0
rsa>=3.1.2,<=3.5.0
wheel==0.24.0
PyYAML>=3.10,<=3.13

0 comments on commit e0d2ae3

Please sign in to comment.