Browse Source

ref: move selenium to dev requirements (#54775)

<!-- Describe your PR here. -->
anthony sottile 1 year ago
parent
commit
f6cba1149d
3 changed files with 1 additions and 23 deletions
  1. 0 12
      requirements-base.txt
  2. 1 0
      requirements-dev.txt
  3. 0 11
      requirements-frozen.txt

+ 0 - 12
requirements-base.txt

@@ -75,8 +75,6 @@ ua-parser>=0.10.0
 unidiff>=0.7.4
 urllib3[brotli]>=1.26.9
 brotli>=1.0.9
-# See if we can remove LDFLAGS from lib.sh
-# https://github.com/getsentry/sentry/pull/30094
 pyuwsgi==2.0.20.0
 zstandard>=0.18.0
 
@@ -95,17 +93,7 @@ grpcio>=1.47.0
 # not directly used, but provides a speedup for redis
 hiredis>=0.3.1
 
-# not directly used, but pinned for at least semaphore/symbolic
-cffi>=1.15.0
-
-# not directly used, but pinned for toronado because it doesn't pin these
-cssutils>=2.4.0
-
 # sentry-plugins specific dependencies
 phabricator>=0.7.0
 
-# test dependencies, but unable to move to requirements-test until
-# sentry.utils.pytest and sentry.testutils are moved to tests/
-selenium>=4.1.5
-
 openai==0.27.0

+ 1 - 0
requirements-dev.txt

@@ -13,6 +13,7 @@ pytest-rerunfailures>=11
 pytest-sentry>=0.1.11
 pytest-xdist>=3
 responses>=0.23.1
+selenium>=4.3.0
 sentry-cli>=2.16.0
 
 # pre-commit dependencies

+ 0 - 11
requirements-frozen.txt

@@ -10,7 +10,6 @@ aiohttp==3.8.5
 aiosignal==1.3.1
 amqp==2.6.1
 asgiref==3.7.2
-async-generator==1.10
 async-timeout==4.0.2
 attrs==19.2.0
 avalara==20.9.0
@@ -56,7 +55,6 @@ googleapis-common-protos==1.56.4
 grpc-google-iam-v1==0.12.4
 grpcio==1.56.0
 grpcio-status==1.56.0
-h11==0.13.0
 hiredis==0.3.1
 idna==2.10
 inflection==0.5.1
@@ -73,7 +71,6 @@ msgpack==1.0.4
 multidict==6.0.4
 oauthlib==3.1.0
 openai==0.27.0
-outcome==1.2.0
 packaging==21.3
 parsimonious==0.8.0
 petname==2.6
@@ -91,10 +88,8 @@ pycountry==17.5.14
 pycparser==2.21
 pydantic==1.10.9
 pyjwt==2.4.0
-pyopenssl==23.0.0
 pyparsing==3.0.9
 pyrsistent==0.18.1
-pysocks==1.7.1
 python-dateutil==2.8.1
 python-memcached==1.59
 python-rapidjson==1.8
@@ -115,7 +110,6 @@ rfc3339-validator==0.1.2
 rfc3986-validator==0.1.1
 rsa==4.8
 s3transfer==0.6.1
-selenium==4.3.0
 sentry-arroyo==2.14.3
 sentry-kafka-schemas==0.1.22
 sentry-redis-tools==0.1.7
@@ -123,9 +117,7 @@ sentry-relay==0.8.29
 sentry-sdk==1.28.1
 simplejson==3.17.6
 six==1.16.0
-sniffio==1.2.0
 snuba-sdk==1.0.5
-sortedcontainers==2.4.0
 soupsieve==2.3.2.post1
 sqlparse==0.4.4
 statsd==3.3
@@ -134,15 +126,12 @@ structlog==22.1.0
 symbolic==12.2.0
 toronado==0.1.0
 tqdm==4.64.1
-trio==0.21.0
-trio-websocket==0.9.2
 typing-extensions==4.5.0
 ua-parser==0.10.0
 unidiff==0.7.4
 uritemplate==4.1.1
 urllib3==1.26.11
 vine==1.3.0
-wsproto==1.1.0
 xmlsec==1.3.12
 yarl==1.8.2
 zstandard==0.18.0