Skip to content

docs: Add missing dependencies and fix django#657

Merged
toumorokoshi merged 5 commits intoopen-telemetry:masterfrom
mauriciovasquezbernal:mauricio/fix-docs-dependencies
May 8, 2020
Merged

docs: Add missing dependencies and fix django#657
toumorokoshi merged 5 commits intoopen-telemetry:masterfrom
mauriciovasquezbernal:mauricio/fix-docs-dependencies

Conversation

@mauriciovasquezbernal
Copy link
Copy Markdown
Member

  • Add missing sqlalchemy and django dependencies
  • Configure django in docs/conf.py to avoid non configured exeception

Preview here https://opentelemetry-python-mauricio.readthedocs.io/en/latest/.

- Add missing sqlalchemy and django dependencies
- Configure django in docs/conf.py to avoid non configured exeception
@mauriciovasquezbernal mauriciovasquezbernal added the doc Documentation-related label May 7, 2020
@mauriciovasquezbernal mauriciovasquezbernal requested a review from a team May 7, 2020 14:16
import django
from django.conf import settings

settings.configure()
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you explain a bit more about the exception and how this solves it?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, I added a comment with more information in 5de0516.

Copy link
Copy Markdown
Contributor

@ocelotl ocelotl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good!

psycopg2-binary>=2.7.3.1
pymongo~=3.1
redis>=2.6
sqlalchemy
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this have a floor version too?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just copy and pasted from

@codeboten do you have more information here?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup, it should be >= 1.0

@toumorokoshi toumorokoshi merged commit c061d3c into open-telemetry:master May 8, 2020
srikanthccv pushed a commit to srikanthccv/opentelemetry-python that referenced this pull request Nov 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Documentation-related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants