summarylogtreecommitdiffstats
path: root/setup.patch
blob: 008b0cbc2973246819cf2a2439b867d42154810d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
diff --git a/setup.py b/setup.py
index c421188..73748f7 100644
--- a/setup.py
+++ b/setup.py
@@ -12,22 +12,6 @@ setup(
     package_dir={'developers_chamber': 'developers_chamber'},
     include_package_data=True,
     packages=find_packages(),
-    install_requires=[
-        'oauthlib==3.1.0',
-        'gitpython==3.1.0',
-        'click==7.0',
-        'requests==2.23.0',
-        'python-dotenv==0.14.0',
-        'boto3==1.9.230',
-        'python-hosts==0.4.6',
-        'isort==4.3.21',
-        'coloredlogs==10.0',
-        'click-completion==0.5.2',
-        'jira==2.0.0',
-        'unidecode==1.1.1',
-        'TogglPy==0.1.1',
-        'attrdict==2.0.1',
-    ],
     entry_points={'console_scripts': [
         'pydev=developers_chamber.bin.pydev:cli',
     ]},