aboutsummaryrefslogtreecommitdiffstats
path: root/python/Pipfile
Commit message (Collapse)AuthorAgeFilesLines
* pipenv: black (code style tool) has a stable releaseBryan Newbold2022-02-031-3/+1
|
* move from raven to sentry_sdkMartin Czygan2021-12-141-2/+1
| | | | | | | | | related docs: * https://docs.sentry.io/platforms/python/guides/flask/migration/ * https://docs.sentry.io/platforms/python/guides/asgi/configuration/integrations/flask/ > `fetch_git_sha` is gone, see: https://forum.sentry.io/t/fetch-git-sha-equivalent-in-the-unified-python-sdk/5521
* pipenv: update ftfy to 6.xBryan Newbold2021-11-021-1/+1
|
* pipenv: add sentry-sdk (to make future raven removal easier)Bryan Newbold2021-11-021-0/+1
|
* pipenv: pin elasticsearch client to prevent UnsupportedProductErrorBryan Newbold2021-11-021-1/+3
|
* pipenv: additional dev tools (black, types, isort, mypy)Bryan Newbold2021-11-021-0/+11
|
* pipenv: add pydantic; add surt; narrow dynaconfBryan Newbold2021-06-231-1/+3
|
* bump fuzzycat dependency to 0.1.21Bryan Newbold2021-06-021-1/+1
|
* update fuzzycat to 0.1.20Bryan Newbold2021-05-311-1/+2
|
* bump Flask to 2.x; other deps upgraded automaticallyBryan Newbold2021-05-211-1/+1
|
* pipenv: constrain most package versions to at least majorBryan Newbold2021-04-191-24/+24
| | | | | | | | | Don't have a complete policy with this change, just locking things down a bit more so small package additions and updates don't end up upgrading some small dependency to a major new backwards-incompatible version. Also, correct bs4 -> beautifulsoup4 (bs4 is the import name, not the package name)
* pipenv: remove unused pg-view and pykafka librariesBryan Newbold2021-04-191-2/+0
|
* pipenv: switch to ES 7.x client librariesBryan Newbold2021-04-061-2/+2
|
* pipenv: switch to python3.8 (and re-build lock)Bryan Newbold2021-01-051-4/+5
| | | | | This commit has *only* the pipenv change from python3.7 -> python3.8 and lockfile update.
* pipenv: bump fuzzycat to 0.1.9Bryan Newbold2020-12-171-1/+1
|
* pipenv: add fuzzycat dependencyBryan Newbold2020-12-161-0/+1
|
* pipenv: lock pycountry to 19.10 versionBryan Newbold2020-07-301-1/+1
| | | | datacite importer had errors otherwise
* pipenv: add toml library (and update lock)Bryan Newbold2020-07-301-0/+1
|
* lock loginpass version to prevent conflicting authlib versionBryan Newbold2020-07-301-1/+1
| | | | | May be possible to upgrade both of these libraries together, but that isn't the purpose of current development.
* pipenv: add flake8Bryan Newbold2020-05-221-0/+1
|
* pipenv: update deps for python 3.7Bryan Newbold2020-04-171-8/+4
| | | | | We had some pre-3.6 work arounds. Also seems like a reasonable time to update all depdencies to most recent versions.
* pipenv: switch from python3.5 to python3.7Bryan Newbold2020-04-131-4/+3
| | | | Also updates dependencies.
* pipenv: lock authlib to less than v0.13; rebuild lock fileBryan Newbold2020-02-281-0/+2
|
* pipenv: lock zipp version to work around python3.6 requirementBryan Newbold2020-01-301-0/+4
|
* pipenv: add tldextract (url parser) and update depsBryan Newbold2020-01-301-0/+1
|
* Merge branch 'martin-datacite-import'Martin Czygan2020-01-081-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pipfile.lock is broken. * martin-datacite-import: (68 commits) datacite: pass in doi into factored out method datacite: reformat test cases and use jq . --sort-keys datacite: factor out contributor handling datacite: catch type mismatch in language detection datacite: adjust tests for release_month datacite: name extra.month, extra.release_month datacite: mark additional files as stub datacite: CCDC are entries, mostly datacite: use more specific release_type, if possible datacite: ignore certain names datacite: over 3% records have the same title: stub datacite: fill a few more release_type gaps datacite: adding datacite-specific extra metadata datacite: apply pylint suggestions datacite: fix typos datacite: set release_stage to published by default datacite: month field should be top-level datacite: include month in extra datacite: indicate mismatched file in test datacite: clean abstracts, use unknown value tokens ...
| * add pycountry dependencyMartin Czygan2020-01-031-0/+1
| |
| * add missing pathlib2 dependencyMartin Czygan2020-01-031-0/+1
| | | | | | | | | | first seen in CI (jobs/230137), slightly related: https://github.com/pytest-dev/pytest/issues/3953
| * remove langcodes dependencyMartin Czygan2019-12-281-1/+0
| |
| * address first round of MR14 commentsMartin Czygan2019-12-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * add missing langdetect * use entity_to_dict for json debug output * factor out code for fields in function and add table driven tests * update citeproc types * add author as default role * add raw_affiliation * include relations from datacite * remove url (covered by doi already) Using yapf for python formatting.
* | pipenv: update pytest to 5.x; remove langcodesBryan Newbold2020-01-031-2/+1
|/ | | | | | | | | | pytest has been pinned to the 4.x series to work around a test import package mangling problem with citeproc_styles. Now that pytest.ini explicitly lists test files, this seems to no longer be a problem and pytest can be updated to the most recent version. Also re-locked Pipfile.lock with updated dependencies (only minor changes).
* pipenv: update depsBryan Newbold2019-12-171-2/+2
| | | | | | | | loginpass patches got accepted upstream a while back, so don't need to pin to a git version ipython 7.10 seems to have problems installing, so restricting to earlier 6.x versions
* pipenv: restrict pytest<5.0.0Bryan Newbold2019-12-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | This prevents a test exception that presents like: tests/transform_csl.py:46: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ fatcat_tools/transforms/csl.py:204: in citeproc_csl style_path = get_style_filepath(style) .venv/lib/python3.5/site-packages/citeproc_styles/__init__.py:74: in get_style_filepath if resource_exists(__name__, independent_style): .venv/lib/python3.5/site-packages/pkg_resources/__init__.py:1134: in resource_exists return get_provider(package_or_requirement).has_resource(resource_name) .venv/lib/python3.5/site-packages/pkg_resources/__init__.py:1404: in has_resource return self._has(self._fn(self.module_path, resource_name)) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <pkg_resources.NullProvider object at 0x7f4f38c0bb00> path = '/home/bnewbold/code/fatcat/python/.venv/lib/python3.5/site-packages/citeproc_styles/styles/bibtex.csl' def _has(self, path): raise NotImplementedError( > "Can't perform this operation for unregistered loader type" ) E NotImplementedError: Can't perform this operation for unregistered loader type
* pipenv: update Pipfile and Pipfile.lockBryan Newbold2019-12-171-2/+2
| | | | | | This is still manually tweaked. I believe i've bifurcated the source of the CSL/citeproc_style import error to upgrade of the 'pytest' module. This commit upgrades all packages except pytest.
* pipfile: add langcodes and dateparser dependenciesBryan Newbold2019-12-171-0/+2
|
* pipenv: add elasticsearch and elasticsearch-dsl librariesBryan Newbold2019-12-101-0/+2
| | | | | These are low-level and high-level (respectively) client wrappers for elasticsearch
* add pytest-mock helper library to dev depsBryan Newbold2019-12-061-0/+1
|
* add confluent-kafka library (to replace pykafka)Bryan Newbold2019-09-201-0/+1
|
* update all other mentions of python client libBryan Newbold2019-09-051-2/+2
|
* import pygalBryan Newbold2019-09-041-4/+4
|
* make fatcat_client not relocatableBryan Newbold2019-06-201-1/+1
| | | | This is necessary to for build artifacts.
* pipenv: beautiful soup and pylatexencBryan Newbold2019-05-211-1/+2
|
* point loginpass to upstream (patch accepted)Bryan Newbold2019-04-101-1/+1
|
* use patched loginpass (temporarily)Bryan Newbold2019-04-101-1/+1
|
* flask-mwoauth for Wikipedia OAuth loginsBryan Newbold2019-04-091-0/+1
|
* pytest improvements: squelch raven deprecation; run pylintBryan Newbold2019-04-041-0/+1
|
* markdown rendering of comments/annotationsBryan Newbold2019-04-031-0/+1
|
* add wtforms depsBryan Newbold2019-03-201-0/+2
|
* dep: python-magicBryan Newbold2019-03-191-0/+1
|
* add missing beautifulsoup python depBryan Newbold2019-03-191-0/+1
|