add adsense build script and bump fakeredis

This commit is contained in:
Benny
2023-01-26 20:45:24 +01:00
parent b8c8fced72
commit b9b649e993
2 changed files with 3 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ pymongo==4.3.3
tornado==6.2 tornado==6.2
captcha==0.4 captcha==0.4
passlib==1.7.4 passlib==1.7.4
fakeredis==2.4.0 fakeredis==2.5.0
pytz==2022.7.1 pytz==2022.7.1
filetype==1.2.0 filetype==1.2.0
requests[socks] requests[socks]

View File

@@ -10,4 +10,5 @@ REACT_APP_DOMAIN=$REACT_APP_DOMAIN
REACT_APP_GA=$REACT_APP_GA REACT_APP_GA=$REACT_APP_GA
# sourcemap # sourcemap
GENERATE_SOURCEMAP=$GENERATE_SOURCEMAP GENERATE_SOURCEMAP=$GENERATE_SOURCEMAP
EOF REACT_APP_ADSENSE=REACT_APP_ADSENSE
EOF