We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 810c577 commit afb031cCopy full SHA for afb031c
setup.py
@@ -19,7 +19,7 @@
19
pupa = pupa.cli.__main__:main''',
20
install_requires=[
21
'Django>=2.2',
22
- 'opencivicdata @ git+https://github.com/opencivicdata/python-opencivicdata@last-seen',
+ 'opencivicdata>=3.3.0',
23
'dj_database_url>=0.3.0',
24
'scrapelib>=1.0',
25
'jsonschema>=3.0.0', # TODO: Drop alpha release once stable release available
0 commit comments