Add requests as a legit dependency (#25596)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/25596

Giving up on trying to limit this to just a py2 dependency

Test Plan: Imported from OSS

Differential Revision: D17171063

Pulled By: jamesr66a

fbshipit-source-id: 5df35fd128f3051dd9c6709f7d45323fedc12e65
This commit is contained in:
James Reed
2019-09-04 17:41:03 -07:00
committed by Facebook Github Bot
parent 76b6b1b1a6
commit 4d415bff2b
3 changed files with 4 additions and 2 deletions

View File

@ -169,7 +169,7 @@ If you are building for NVIDIA's Jetson platforms (Jetson Nano, TX1, TX2, AGX Xa
Common
```
conda install numpy ninja pyyaml mkl mkl-include setuptools cmake cffi typing
conda install numpy ninja pyyaml mkl mkl-include setuptools cmake cffi typing requests
```
On Linux

View File

@ -1,4 +1,5 @@
numpy
enum34
pyyaml
requests
typing

View File

@ -1,6 +1,7 @@
future
numpy
pyyaml
requests
setuptools
six
typing
typing