Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

Commit

Permalink
ujson was not released since 3 years. Use ultrajson instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
Natim committed Nov 2, 2015
1 parent 3195fe3 commit 6c448f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
]
else:
# ujson is not pypy compliant, as it uses the CPython C API
REQUIREMENTS.append('ujson')
REQUIREMENTS.append('ultrajson')
POSTGRESQL_REQUIRES = [
'SQLAlchemy',
'psycopg2>2.5',
Expand Down

0 comments on commit 6c448f3

Please sign in to comment.