Skip to content

Commit

Permalink
More main dep removals/unlocks
Browse files Browse the repository at this point in the history
empty
  • Loading branch information
CamLamb committed Mar 22, 2024
1 parent 54b20dd commit b079b7c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 87 deletions.
63 changes: 1 addition & 62 deletions poetry.lock

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

22 changes: 3 additions & 19 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,27 +43,11 @@ boto3 = "1.17.89"
botocore = "1.20.89"
django-storages = "1.11.1"
openpyxl = "3.0.5"
requests = "^2.25.1"

# Locked versions (not direct dependencies)
prompt-toolkit = "1.0.15"
ptyprocess = "0.5.2"
public = "1.0.3"
pyparsing = "2.2.0"
pytz = "2021.3"
pyyaml = "^6"
redis = "3.5.3"
requests = "^2.25.1"
s3transfer = "0.4.2"
six = "1.15.0"
sqlparse = "^0.4.4"
tablib = { version = "2.0.0", extras = ["html", "ods", "xls", "xlsx", "yaml"] }
urllib3 = "^1.26.16"
wcwidth = "0.1.7"
xlrd = "1.1.0"
xlwt = "1.3.0"
zipp = "3.1.0"
zope-event = "4.4"
zope-interface = "5.1.0"
redis = "3.5.3" # TO RECHECK
six = "1.15.0" # TO RECHECK


[tool.poetry.group.prod]
Expand Down
7 changes: 1 addition & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,8 @@ openpyxl==3.0.5 ; python_version >= "3.10" and python_version < "4.0"
prompt-toolkit==1.0.15 ; python_version >= "3.10" and python_version < "4.0"
psycogreen==1.0.2 ; python_version >= "3.10" and python_version < "4.0"
psycopg2==2.8.6 ; python_version >= "3.10" and python_version < "4.0"
ptyprocess==0.5.2 ; python_version >= "3.10" and python_version < "4.0"
public==1.0.3 ; python_version >= "3.10" and python_version < "4.0"
pycparser==2.21 ; python_version >= "3.10" and platform_python_implementation == "CPython" and sys_platform == "win32" and python_version < "4.0"
pyparsing==2.2.0 ; python_version >= "3.10" and python_version < "4.0"
python-dateutil==2.9.0.post0 ; python_version >= "3.10" and python_version < "4.0"
pytz==2021.3 ; python_version >= "3.10" and python_version < "4.0"
pyyaml==6.0.1 ; python_version >= "3.10" and python_version < "4.0"
raven==6.9.0 ; python_version >= "3.10" and python_version < "4.0"
redis==3.5.3 ; python_version >= "3.10" and python_version < "4.0"
Expand All @@ -76,12 +72,11 @@ sqlparse==0.4.4 ; python_version >= "3.10" and python_version < "4.0"
tablib[html,ods,xls,xlsx,yaml]==2.0.0 ; python_version >= "3.10" and python_version < "4.0"
typing-extensions==4.10.0 ; python_version >= "3.10" and python_version < "3.11"
tzdata==2024.1 ; python_version >= "3.10" and python_version < "4.0"
urllib3==1.26.18 ; python_version >= "3.10" and python_version < "4.0"
urllib3==1.26.18 ; python_version >= "3.10" and python_version < "4"
vine==5.1.0 ; python_version >= "3.10" and python_version < "4.0"
wcwidth==0.1.7 ; python_version >= "3.10" and python_version < "4.0"
whitenoise==6.6.0 ; python_version >= "3.10" and python_version < "4.0"
xlrd==1.1.0 ; python_version >= "3.10" and python_version < "4.0"
xlwt==1.3.0 ; python_version >= "3.10" and python_version < "4.0"
zipp==3.1.0 ; python_version >= "3.10" and python_version < "4.0"
zope-event==4.4 ; python_version >= "3.10" and python_version < "4.0"
zope-interface==5.1.0 ; python_version >= "3.10" and python_version < "4.0"

0 comments on commit b079b7c

Please sign in to comment.