This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
hyde
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Added flake8 as development dependency
main
Jordi Llonch
9 years ago
parent
089cf7af9d
commit
e4cb7505da
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
dev-req.txt
+2
-1
setup.py
+ 1
- 0
dev-req.txt
View File
@@ -5,3 +5,4 @@ mock==1.0.1
nose==1.3.6
Pillow==2.7.0
pyScss==1.3.4
flake8==2.4.1
+ 2
- 1
setup.py
View File
@@ -132,7 +132,8 @@ setup(name=PROJECT,
'pyquery==1.2.9',
'docutils==0.12',
'Pillow==2.7.0',
'pyScss==1.3.4'
'pyScss==1.3.4',
'flake8==2.4.1'
),
test_suite='nose.collector',
include_package_data = True,
Write
Preview
Loading…
Cancel
Save