Skip to content

Commit

Permalink
Pin dependency versions to match current poetry.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ttys0dev committed Sep 6, 2023
1 parent 99311e9 commit 019fd06
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 89 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

174 changes: 87 additions & 87 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,113 +27,113 @@ cl-manage = "manage:main"

[tool.poetry.dependencies]
argparse = "*"
beautifulsoup4 = "==4.11.*"
boto3 = "^1.28.37"
celery = "^5.3.4"
certifi = "^2023.7.22"
courts-db = "^0.10.9"
beautifulsoup4 = "4.11.2"
boto3 = "1.28.37"
celery = "5.3.4"
certifi = "2023.7.22"
courts-db = "0.10.9"
disposable-email-domains = "*"
Django = "^4.2.4"
Django = "4.2.4"
django-cache-memoize = "==0.*"
django-cors-headers = "^4.2.0"
django-csp = "^3.7.0"
django-extensions = "^3.2.3"
django-filter = "^21.1"
django-localflavor = "^4.0"
django-markdown-deux = "^1.0.6"
django-cors-headers = "4.2.0"
django-csp = "3.7.0"
django-extensions = "3.2.3"
django-filter = "21.1"
django-localflavor = "4.0"
django-markdown-deux = "1.0.6"
django-mathfilters = "*"
django-pghistory = "^2.8.0"
django-ratelimit = "^4.1.0"
django-storages = "^1.13.2"
django-pghistory = "2.8.0"
django-ratelimit = "4.1.0"
django-storages = "1.13.2"
djangorestframework = {git = "https://github.com/encode/django-rest-framework.git", rev = "cc3c89a11c7ee9cf7cfd732e0a329c318ace71b2"}
djangorestframework-xml = "^2.0.0"
djangorestframework-xml = "2.0.0"
drf-dynamic-fields = "*"
feedparser = "^6.0.8"
httplib2 = "^0.22.0"
igraph = "^0.10.4"
internetarchive = "^3.3.0"
ipaddress = "^1.0.16"
itypes = "^1.1.0"
kombu = "^5.3.2"
feedparser = "6.0.10"
httplib2 = "0.22.0"
igraph = "0.10.4"
internetarchive = "3.3.0"
ipaddress = "1.0.23"
itypes = "1.2.0"
kombu = "5.3.2"
lxml = "==4.*"
markdown2 = "==2.4.*"
natsort = "^8.3.1"
ndg-httpsclient = "^0.5.1"
networkx = "^3.1"
natsort = "8.3.1"
ndg-httpsclient = "0.5.1"
networkx = "3.1"
nose = "*"
openapi-codec = "^1.3.1"
pandas = "^1.5.0"
openapi-codec = "1.3.2"
pandas = "1.5.0"
pillow = "*"
pycparser = "^2.21"
pycparser = "2.21"
pyopenssl = "*"
pyparsing = "^3.1.0"
pyparsing = "3.1.0"
python = ">=3.11, <3.12"
python-dateutil = "^2.8.1"
python-magic = "^0.4.21"
python-dateutil = "2.8.2"
python-magic = "0.4.22"
pytz = "*"
pyyaml = "^6.0"
redis = "^3.5.3"
requests = "^2.31.0"
simplejson = "^3.18.3"
stripe = "^5.2.0"
pyyaml = "6.0"
redis = "3.5.3"
requests = "2.31.0"
simplejson = "3.18.3"
stripe = "5.2.0"
timeout-decorator = "*"
tldextract = "^3.4.0"
tldextract = "3.4.0"
unidecode = "*"
usaddress = "^0.5.10"
usaddress = "0.5.10"
scorched = {git = "https://github.com/freelawproject/scorched.git", branch="main"}
djangorestframework-filters = "1.0.0.dev2"
gunicorn = "^21.2.0"
django-hCaptcha = "^0.2.0"
reporters-db = "^3.2.36"
django-waffle = "^4.0.0"
nameparser = "^1.1.1"
eyecite = "^2.3.0"
scipy = "^1.11.2"
scikit-learn = "^1.2.1"
numpy = "^1.25.2"
datasketch = "^1.6.0"
PyStemmer = "^2.0.1"
factory-boy = "^3.2.1"
django-elasticsearch-dsl = "^7.3"
django-override-storage = "^0.3.2"
django-ses = {extras = ["events"], version = "^3.5.0"}
django-environ = "^0.11.2"
judge-pics = "^2.0.1"
django-admin-cursor-paginator = "^0.1.4"
sentry-sdk = "^1.14.0"
selenium = "^4.9.1"
ipython = "^8.15.0"
time-machine = "^2.9.0"
gunicorn = "21.2.0"
django-hCaptcha = "0.2.0"
reporters-db = "3.2.36"
django-waffle = "4.0.0"
nameparser = "1.1.1"
eyecite = "2.4.0"
scipy = "1.11.2"
scikit-learn = "1.2.1"
numpy = "1.25.2"
datasketch = "1.6.0"
PyStemmer = "2.0.1"
factory-boy = "3.2.1"
django-elasticsearch-dsl = "7.3"
django-override-storage = "0.3.2"
django-ses = {extras = ["events"], version = "3.5.0"}
django-environ = "0.11.2"
judge-pics = "2.0.3"
django-admin-cursor-paginator = "0.1.4"
sentry-sdk = "1.14.0"
selenium = "4.9.1"
ipython = "8.15.0"
time-machine = "2.9.0"
dateparser = "1.1.8"
types-dateparser = "^1.1.4.6"
uvicorn = {extras = ["standard"], version = "^0.23.2"}
daphne = "^4.0.0"
psycopg2 = "^2.9.7"
juriscraper = "^2.5.51"
httpx = {extras = ["http2"], version = "^0.24.1"}
django-model-utils = "^4.3.1"
inflection = "^0.5.1" # necessary for DRF schema generation - remove after drf-spectacular
types-dateparser = "1.1.4.6"
uvicorn = {extras = ["standard"], version = "0.23.2"}
daphne = "4.0.0"
psycopg2 = "2.9.7"
juriscraper = "2.5.51"
httpx = {extras = ["http2"], version = "0.24.1"}
django-model-utils = "4.3.1"
inflection = "0.5.1" # necessary for DRF schema generation - remove after drf-spectacular


[tool.poetry.group.dev.dependencies]
pre-commit = "^3.3.3"
types-redis = "^4.6.0.5"
pylint = "^2.17.5"
pytest = "^7.4.0"
pytest-django = "^4.5.2"
flake8 = "^6.1.0"
exrex = "^0.11.0"
tblib = "^2.0.0"
flynt = "^1.0.1"
mypy = "^1.5.1"
types-python-dateutil = "^2.8.19.14"
types-requests = "^2.31.0.2"
django-stubs = "^4.2.3"
djangorestframework-stubs = "^3.14.2"
black = "^23.7.0"
types-simplejson = "^3.19.0.2"
lxml-stubs = "^0.4.0"
django-debug-toolbar = "^4.2.0"
pre-commit = "3.3.3"
types-redis = "4.6.0.5"
pylint = "2.17.5"
pytest = "7.4.0"
pytest-django = "4.5.2"
flake8 = "6.1.0"
exrex = "0.11.0"
tblib = "2.0.0"
flynt = "1.0.1"
mypy = "1.5.1"
types-python-dateutil = "2.8.19.14"
types-requests = "2.31.0.2"
django-stubs = "4.2.3"
djangorestframework-stubs = "3.14.2"
black = "23.7.0"
types-simplejson = "3.19.0.2"
lxml-stubs = "0.4.0"
django-debug-toolbar = "4.2.0"

[tool.black]
include = '''
Expand Down

0 comments on commit 019fd06

Please sign in to comment.