37 lines
		
	
	
		
			963 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			963 B
		
	
	
	
		
			Plaintext
		
	
	
	
| sphinx
 | |
| sphinx-rtd-theme~=0.4
 | |
| sphinx-autodoc-typehints
 | |
| 
 | |
| # Need to install the api/sdk in the venv for autodoc. Modifying sys.path
 | |
| # doesn't work for pkg_resources.
 | |
| -e "git+https://github.com/open-telemetry/opentelemetry-python.git#egg=opentelemetry-api&subdirectory=opentelemetry-api"
 | |
| -e "git+https://github.com/open-telemetry/opentelemetry-python.git#egg=opentelemetry-semantic-conventions&subdirectory=opentelemetry-semantic-conventions"
 | |
| -e "git+https://github.com/open-telemetry/opentelemetry-python.git#egg=opentelemetry-sdk&subdirectory=opentelemetry-sdk"
 | |
| 
 | |
| # Required by opentelemetry-instrumentation
 | |
| fastapi~=0.58.1
 | |
| psutil~=5.7.0
 | |
| pymemcache~=1.3
 | |
| 
 | |
| # Required by conf
 | |
| django>=2.2
 | |
| 
 | |
| # Required by instrumentation packages
 | |
| aiohttp~=3.0
 | |
| aiopg>=0.13.0
 | |
| asyncpg>=0.12.0
 | |
| boto~=2.0
 | |
| botocore~=1.0
 | |
| celery>=4.0
 | |
| flask~=1.0
 | |
| falcon~=2.0
 | |
| grpcio~=1.27
 | |
| mysql-connector-python~=8.0
 | |
| pymongo~=3.1
 | |
| PyMySQL~=0.9.3
 | |
| pyramid>=1.7
 | |
| redis>=2.6
 | |
| sqlalchemy>=1.0
 | |
| tornado>=6.0
 | |
| ddtrace>=0.34.0
 |