Skip to content

Commit

Permalink
downgrade requirements.txt (#2425)
Browse files Browse the repository at this point in the history
* downgrade requirements.txt

downgrade to prev requirements

* Update requirements.txt

* Update requirements.txt

* Update requirements.txt

* update dockerfile

* Update requirements.txt

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update requirements.txt

* downgrade back requirements

* upgrade click
  • Loading branch information
atalyaalon authored Aug 2, 2023
1 parent 5f11fc2 commit 812cfc7
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Flask==2.3.2
Flask==2.0.3
Flask-Assets==2.0
Flask-Babel==3.1.0
Flask-Compress==1.13
Flask-Login==0.6.2
Flask-SQLAlchemy==3.0.5
flask-restx==1.1.0
Jinja2==3.1.2
SQLAlchemy==2.0.19
Werkzeug==2.3.6
Flask-Babel==1.0.0
Flask-Compress==1.5.0
Flask-Login==0.5.0
Flask-SQLAlchemy==2.4.1
flask-restx==0.5.1
Jinja2==3.0.3
SQLAlchemy==1.3.17
Werkzeug==2.0.3
alembic==1.4.2
attrs==23.1.0
beautifulsoup4==4.9.0
Expand All @@ -16,8 +16,8 @@ click==8.1.3
feedparser==6.0.8
flask_cors==3.0.10
fuzzywuzzy==0.18.0
geoalchemy2==0.14.0
geographiclib==2.0
geoalchemy2==0.8.2
geographiclib==1.50
google==2.0.3
google-api-core==1.17.0
google-cloud==0.34.0
Expand All @@ -26,6 +26,7 @@ google-cloud-language==1.3.0
google-cloud-storage==1.28.1
google-cloud-translate==2.0.1
googlemaps==4.4.0
graphene-sqlalchemy==2.2.2
gunicorn==20.0.4
newrelic==5.12.1.141
numpy==1.18.4
Expand All @@ -37,17 +38,17 @@ python-dateutil==2.8.1
python-geohash==0.8.5
rauth==0.7.3
rcssmin==1.0.6
requests==2.31.0
requests==2.25.1
tweepy==3.8.0
urllib3==1.26.5
webassets==2.0
xlrd==2.0.1
lxml==4.6.3
boto3==1.17.68
py3-validate-email==1.0.5.post1
py3-validate-email==0.2.16
phonenumbers==8.12.21
flask-principal==0.4.0
pydantic==1.8.2
swifter==1.3.4
telebot
selenium
selenium

0 comments on commit 812cfc7

Please sign in to comment.