This website works better with JavaScript
Home
Explore
Help
Sign In
zorun
/
django-postgresql-netfields
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Added netaddr to requirements in setup.py as well
James Oakley
12 years ago
parent
3718b454e6
commit
548a5e8acc
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
setup.py
+ 1
- 0
setup.py
View File
@@ -26,6 +26,7 @@ setup(
zip_safe=
False
,
install_requires=[
'IPy'
,
+
'netaddr'
,
'django>=1.3'
,
],