Skip to content

Commit

Permalink
Merge pull request #45 from logikal-io/remove-types
Browse files Browse the repository at this point in the history
Remove types from extra requirements
  • Loading branch information
GergelyKalmar authored May 23, 2024
2 parents 5e15200 + 622468a commit fac05d2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
2 changes: 2 additions & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
-r docs.txt

tomli-w==1.0.0
types-requests # not specifying a version due to https://github.com/python/typeshed/issues/10825
types-tqdm
2 changes: 1 addition & 1 deletion requirements/dev.txt.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## DO NOT EDIT THIS FILE.
## This is a locked requirements file generated by pyorbs.
##
## Requirements hash: e189ad6b93754b6df783fa8060dce845e5d8090ead3f4b22f46bfc947929765a
## Requirements hash: b5c0c6a8423982fb191e4a4b7ce26b8ddf09f1b48516c768f10ea42127568847
##
###################################################################################################
-e .
Expand Down
4 changes: 1 addition & 3 deletions requirements/docs.txt.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## DO NOT EDIT THIS FILE.
## This is a locked requirements file generated by pyorbs.
##
## Requirements hash: 569e4a42677a7862a3c16175b3497fe03a500929bcf719b0839e3f3cfe62d036
## Requirements hash: 14df854ee235c9b9ee04307d564bc3dd77ec6e5b9834525bbe7118471a0d1bfe
##
###################################################################################################
-e .
Expand Down Expand Up @@ -114,8 +114,6 @@ trio==0.25.1
trio-websocket==0.11.1
types-pytz==2024.1.0.20240417
types-PyYAML==6.0.12.20240311
types-requests==2.32.0.20240523
types-tqdm==4.66.0.20240417
typing_extensions==4.11.0
urllib3==2.2.1
wcwidth==0.2.13
Expand Down
2 changes: 0 additions & 2 deletions requirements/extras/browser.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
requests~=2.32
types-requests~=2.32
tqdm~=4.66
types-tqdm~=4.66
selenium==4.21.0
xdg~=5.1 # Python 3.10+ is required by xdg-base-dirs, which is the replacement library
1 change: 0 additions & 1 deletion requirements/extras/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ pytest-factoryboy==2.7.0

# Validator
requests~=2.32
types-requests~=2.32
logikal-utils[docker]~=1.1

0 comments on commit fac05d2

Please sign in to comment.