Skip to content

Commit

Permalink
Fixes invalid pip freeze output (ubuntu 16 issue) #MC-277 add work De…
Browse files Browse the repository at this point in the history
…velopment 10m

removes invalid pkg-resources=0.0.0 spec. breaking pip install.

see pypa/pip#4022

todo filter out pkg-resources when updating pip freeze
  • Loading branch information
bletourmy committed Aug 8, 2017
1 parent 9f4e4d6 commit 382e6d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements/local.freeze
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ nose==1.3.7
oauthlib==2.0.2
olefile==0.44
Pillow==4.2.1
pkg-resources==0.0.0
poyo==0.4.1
progressbar2==3.30.2
psycopg2==2.7.1
Expand Down
1 change: 0 additions & 1 deletion requirements/production.freeze
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ lxml==3.8.0
oauthlib==2.0.2
olefile==0.44
Pillow==4.2.1
pkg-resources==0.0.0
progressbar2==3.30.2
psycopg2==2.7.1
py2neo==2.0.8
Expand Down

0 comments on commit 382e6d7

Please sign in to comment.