From 2597cb0023f3d02178ffd13638c28a6cb93ed6d2 Mon Sep 17 00:00:00 2001 From: Sharanpai Date: Sun, 8 Oct 2017 02:03:17 +0530 Subject: [PATCH] Added requirements.txt to all apps and scripts --- Download from cmd using python/requirements.txt | 1 + .../requirements.txt | 9 +++++++++ .../requirements.txt | 1 + .../requirements.txt | 1 + Play Youtube Playlist/requirements.txt | 13 +++++++++++++ Scaaping using bs4/requirements.txt | 2 ++ Use MongoDB in Python/requirements.txt | 1 + opencv/faceRecognization/requirements.txt | 1 + 8 files changed, 29 insertions(+) create mode 100644 Download from cmd using python/requirements.txt create mode 100644 Download playlist from cmd using python/requirements.txt create mode 100644 Download video from cmd using python/requirements.txt create mode 100644 Execute Commands From Terminal or cmd/requirements.txt create mode 100644 Play Youtube Playlist/requirements.txt create mode 100644 Scaaping using bs4/requirements.txt create mode 100644 Use MongoDB in Python/requirements.txt create mode 100644 opencv/faceRecognization/requirements.txt diff --git a/Download from cmd using python/requirements.txt b/Download from cmd using python/requirements.txt new file mode 100644 index 0000000..3cf155c --- /dev/null +++ b/Download from cmd using python/requirements.txt @@ -0,0 +1 @@ +urllib \ No newline at end of file diff --git a/Download playlist from cmd using python/requirements.txt b/Download playlist from cmd using python/requirements.txt new file mode 100644 index 0000000..1cfbed8 --- /dev/null +++ b/Download playlist from cmd using python/requirements.txt @@ -0,0 +1,9 @@ +beautifulsoup4 >=4.5.1 +colorama>=0.3.7 +argparse +requests==2.10.0 +selenium==3.4.3 +urllib +subprocess +requests +json \ No newline at end of file diff --git a/Download video from cmd using python/requirements.txt b/Download video from cmd using python/requirements.txt new file mode 100644 index 0000000..3cf155c --- /dev/null +++ b/Download video from cmd using python/requirements.txt @@ -0,0 +1 @@ +urllib \ No newline at end of file diff --git a/Execute Commands From Terminal or cmd/requirements.txt b/Execute Commands From Terminal or cmd/requirements.txt new file mode 100644 index 0000000..356ffb5 --- /dev/null +++ b/Execute Commands From Terminal or cmd/requirements.txt @@ -0,0 +1 @@ +subprocess \ No newline at end of file diff --git a/Play Youtube Playlist/requirements.txt b/Play Youtube Playlist/requirements.txt new file mode 100644 index 0000000..fb76daa --- /dev/null +++ b/Play Youtube Playlist/requirements.txt @@ -0,0 +1,13 @@ +getopt +re +requests +errno +urlparse +socket +shlex +time +select +tty +subprocess +requests +json \ No newline at end of file diff --git a/Scaaping using bs4/requirements.txt b/Scaaping using bs4/requirements.txt new file mode 100644 index 0000000..cc9a3c1 --- /dev/null +++ b/Scaaping using bs4/requirements.txt @@ -0,0 +1,2 @@ +beautifulsoup4 >=4.5.1 +requests >=2.10.0 \ No newline at end of file diff --git a/Use MongoDB in Python/requirements.txt b/Use MongoDB in Python/requirements.txt new file mode 100644 index 0000000..de4887b --- /dev/null +++ b/Use MongoDB in Python/requirements.txt @@ -0,0 +1 @@ +pymongo diff --git a/opencv/faceRecognization/requirements.txt b/opencv/faceRecognization/requirements.txt new file mode 100644 index 0000000..4e0f691 --- /dev/null +++ b/opencv/faceRecognization/requirements.txt @@ -0,0 +1 @@ +opencv-python == 3.2.0