Skip to content

Commit

Permalink
Drop requirements for unsupported python versions
Browse files Browse the repository at this point in the history
This drops the requirements entries for python versions that we no
longer support.

Change-Id: I011d7992be4d1b3a9b6442a68128a61e85241aa8
Signed-off-by: Sean McGinnis <[email protected]>
  • Loading branch information
stmcginnis committed Jan 2, 2020
1 parent 821cc70 commit 22ec98e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
# process, which may cause wedges in the gate later.
openstackdocstheme>=1.20.0 # Apache-2.0
reno>=2.5.0 # Apache-2.0
sphinx!=1.6.6,!=1.6.7,>=1.6.3,<2.0.0;python_version=='2.7' # BSD
sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.3;python_version>='3.4' # BSD
sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.3 # BSD
os-api-ref>=1.4.0 # Apache-2.0
sphinxcontrib-apidoc>=0.2.0 # BSD
sphinx-feature-classification>=0.1.0 # Apache 2.0
Expand Down
2 changes: 0 additions & 2 deletions lower-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ docutils==0.14
dogpile.cache==0.6.5
dulwich==0.19.0
enum-compat==0.0.2
enum34==1.0.4;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
eventlet==0.22.0
extras==1.0.0
fasteners==0.14.1
Expand All @@ -42,7 +41,6 @@ hacking==1.1.0
httplib2==0.9.1
idna==2.6
imagesize==1.0.0
ipaddress==1.0.17;python_version<'3.3' # PSF
iso8601==0.1.11
Jinja2==2.10
jsonpatch==1.21
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
decorator>=3.4.0 # BSD
defusedxml>=0.5.0 # PSF
enum34>=1.0.4;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
eventlet!=0.23.0,!=0.25.0,>=0.22.0 # MIT
greenlet>=0.4.10 # MIT
httplib2>=0.9.1 # MIT
iso8601>=0.1.11 # MIT
jsonschema>=2.6.0 # MIT
ipaddress>=1.0.17;python_version<'3.3' # PSF
keystoneauth1>=3.7.0 # Apache-2.0
keystonemiddleware>=4.21.0 # Apache-2.0
lxml!=3.7.0,>=3.4.1 # BSD
Expand Down

0 comments on commit 22ec98e

Please sign in to comment.