Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
db8d0ef
Bump pyperclip from 1.10.0 to 1.11.0
dependabot[bot] Oct 27, 2025
2cc4377
Bump ccxt from 4.5.12 to 4.5.14
dependabot[bot] Oct 29, 2025
ad9a2cb
Bump fastapi from 0.120.0 to 0.120.2
dependabot[bot] Oct 29, 2025
5af4a86
Merge pull request #2961 from geekcomputers/dependabot/pip/pyperclip-…
geekcomputers Oct 29, 2025
3e240ef
Bump aiohttp from 3.13.1 to 3.13.2
dependabot[bot] Oct 30, 2025
da8fe14
Merge pull request #2970 from geekcomputers/dependabot/pip/aiohttp-3.…
geekcomputers Oct 31, 2025
7a76d85
Merge pull request #2968 from geekcomputers/dependabot/pip/fastapi-0.…
geekcomputers Oct 31, 2025
1074d38
Merge pull request #2967 from geekcomputers/dependabot/pip/ccxt-4.5.14
geekcomputers Oct 31, 2025
c853f97
Bump psutil from 7.1.1 to 7.1.2
dependabot[bot] Oct 31, 2025
b9e16bd
Merge pull request #2966 from xavierfingers/master
geekcomputers Oct 31, 2025
2b0b9eb
Bump keras from 3.11.3 to 3.12.0
dependabot[bot] Oct 31, 2025
f3b134a
Bump google-api-python-client from 2.185.0 to 2.186.0
dependabot[bot] Oct 31, 2025
e3381b4
Merge pull request #2971 from geekcomputers/dependabot/pip/psutil-7.1.2
geekcomputers Oct 31, 2025
1824796
Merge pull request #2972 from geekcomputers/dependabot/pip/keras-3.12.0
geekcomputers Oct 31, 2025
c89521c
Merge pull request #2973 from geekcomputers/dependabot/pip/google-api…
geekcomputers Oct 31, 2025
0f90485
Add .circleci/config.yml
xavierfingers Oct 31, 2025
3dfcfd0
Merge pull request #2974 from xavierfingers/circleci-project-setup
geekcomputers Nov 1, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Use the latest 2.1 version of CircleCI pipeline process engine.
# See: https://circleci.com/docs/reference/configuration-reference
version: 2.1

# Define a job to be invoked later in a workflow.
# See: https://circleci.com/docs/guides/orchestrate/jobs-steps/#jobs-overview & https://circleci.com/docs/reference/configuration-reference/#jobs
jobs:
say-hello:
# Specify the execution environment. You can specify an image from Docker Hub or use one of our convenience images from CircleCI's Developer Hub.
# See: https://circleci.com/docs/guides/execution-managed/executor-intro/ & https://circleci.com/docs/reference/configuration-reference/#executor-job
docker:
# Specify the version you desire here
# See: https://circleci.com/developer/images/image/cimg/base
- image: cimg/base:current

# Add steps to the job
# See: https://circleci.com/docs/guides/orchestrate/jobs-steps/#steps-overview & https://circleci.com/docs/reference/configuration-reference/#steps
steps:
# Checkout the code as the first step.
- checkout
- run:
name: "Say hello"
command: "echo Hello, World!"

# Orchestrate jobs using workflows
# See: https://circleci.com/docs/guides/orchestrate/workflows/ & https://circleci.com/docs/reference/configuration-reference/#workflows
workflows:
say-hello-workflow: # This is the name of the workflow, feel free to change it to better match your workflow.
# Inside the workflow, you define the jobs you want to run.
jobs:
- say-hello
2 changes: 1 addition & 1 deletion async_downloader/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
aiohttp==3.13.1
aiohttp==3.13.2
14 changes: 7 additions & 7 deletions requirements_with_versions.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pafy==0.5.5
aiohttp==3.13.1
aiohttp==3.13.2
fuzzywuzzy==0.18.0
hupper==1.12.1
seaborn==0.13.2
Expand Down Expand Up @@ -41,7 +41,7 @@ tornado==6.5.2
obs==0.0.0
todo==0.1
oauth2client==4.1.3
keras==3.11.3
keras==3.12.0
pymongo==4.15.3
playsound==1.3.0
pyttsx3==2.99
Expand All @@ -58,7 +58,7 @@ requests-mock==1.12.1
pyglet==2.1.9
urllib3==2.5.0
thirdai==0.9.33
google-api-python-client==2.185.0
google-api-python-client==2.186.0
sound==0.1.0
xlwt==1.3.0
pygame==2.6.1
Expand All @@ -81,9 +81,9 @@ Unidecode==1.4.0
Ball==0.2.9
pynput==1.8.1
gTTS==2.5.4
ccxt==4.5.12
ccxt==4.5.14
fitz==0.0.1.dev2
fastapi==0.120.0
fastapi==0.120.2
Django==5.2.7
docx==0.2.4
matplotlib==3.10.7
Expand All @@ -92,7 +92,7 @@ geocoder==1.38.1
APScheduler==3.11.0
PyQRCode==1.2.1
freegames==2.5.3
pyperclip==1.10.0
pyperclip==1.11.0
newspaper==0.1.0.7
opencv-python==4.12.0.88
tensorflow==2.20.0
Expand All @@ -101,7 +101,7 @@ pytest==8.4.2
qrcode==8.2
googletrans==4.0.2
slab==1.8.2
psutil==7.1.1
psutil==7.1.2
mediapipe==0.10.21
rich==14.2.0
httplib2==0.31.0
Expand Down