We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980207d commit 424bc77Copy full SHA for 424bc77
requirements.pip
@@ -1,8 +1,8 @@
1
+argh==0.26.2
2
+greenlet==0.4.13
3
Mako==1.0.6
4
MarkupSafe==1.0
-PyYAML==3.12
-argh==0.26.2
5
-argparse==1.2.1
6
pathtools==0.1.2
+pkg-resources==0.0.0
7
+PyYAML==3.12
8
watchdog==0.8.3
-wsgiref==0.1.2
setup.py
@@ -39,5 +39,15 @@
39
scripts=['litefs.py'],
40
license=__license__,
41
platforms='any',
42
- install_requires=open("requirements.pip").read().splitlines()
+ install_requires=[
43
+ 'Mako==1.0.6',
44
+ 'MarkupSafe==1.0',
45
+ 'greenlet==0.4.13',
46
+ 'PyYAML==3.12',
47
+ 'argh==0.26.2',
48
+ 'argparse==1.2.1',
49
+ 'pathtools==0.1.2',
50
+ 'watchdog==0.8.3',
51
+ 'wsgiref==0.1.2'
52
+ ]
53
)
0 commit comments