forked from coderholic/django-cities
-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Removed six and python 2 compatible code * Updated CHANGELOG and README * Support for Django 3.1 * Travis Django 3.1 * Added my self to author
- Loading branch information
1 parent
29d3bf7
commit 47ece31
Showing
8 changed files
with
24 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ def read(fname): | |
|
||
setup( | ||
name='django-cities-light', | ||
version='3.6.0', | ||
version='3.7.0', | ||
description='Simple alternative to django-cities', | ||
author='James Pic,Dominick Rivard,Alexey Evseev', | ||
author_email='[email protected], [email protected], [email protected]', | ||
|
@@ -27,11 +27,10 @@ def read(fname): | |
license='MIT', | ||
keywords='django cities countries postal codes', | ||
install_requires=[ | ||
'six', | ||
'pytz', | ||
'unidecode>=0.04.13', | ||
'django-autoslug-iplweb>=1.9.4', | ||
'progressbar2>=3.6.0' | ||
'django-autoslug>=1.9.8', | ||
'progressbar2>=3.51.4' | ||
], | ||
classifiers=[ | ||
'Development Status :: 5 - Production/Stable', | ||
|
@@ -41,7 +40,6 @@ def read(fname): | |
'License :: OSI Approved :: MIT License', | ||
'Operating System :: OS Independent', | ||
'Programming Language :: Python', | ||
'Programming Language :: Python :: 2', | ||
'Programming Language :: Python :: 3', | ||
'Topic :: Internet :: WWW/HTTP', | ||
'Topic :: Software Development :: Libraries :: Python Modules', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters