Skip to content

Commit

Permalink
add requirements file (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
b1ron committed Feb 29, 2024
1 parent 9c3899e commit 2ac6ade
Showing 1 changed file with 111 additions and 0 deletions.
111 changes: 111 additions & 0 deletions requirements.txt
@@ -0,0 +1,111 @@
bcrypt==3.2.0
beautifulsoup4==4.11.1
blinker==1.4
boto3==1.27.0
botocore==1.30.0
Brlapi==0.8.4
certifi==2023.5.7
cffi==1.15.1
chardet==4.0.0
charset-normalizer==2.0.12
Cheetah3==3.2.6.post1
click==8.0.3
colorama==0.4.5
command-not-found==0.3
configparser==6.0.0
contourpy==1.1.1
cryptography==36.0.2
cupshelpers==1.0
cycler==0.12.1
dbus-python==1.2.18
defer==1.0.6
distro==1.7.0
distro-info==1.1+ubuntu1
dnspython==2.3.0
duplicity==0.8.22
evdev==1.6.0
fasteners==0.17.3
fonttools==4.43.1
future==0.18.2
gitdb==4.0.10
GitPython==3.1.31
gyp==0.1
html5lib==1.1
httplib2==0.20.4
idna==3.4
importlib-metadata==4.6.4
jeepney==0.8.0
jmespath==1.0.1
keyring==23.8.2
kiwisolver==1.4.5
language-selector==0.1
launchpadlib==1.10.16
lazr.restfulclient==0.14.4
lazr.uri==1.0.6
lockfile==0.12.2
louis==3.22.0
lxml==4.9.3
Mako==1.1.3
MarkupSafe==2.0.1
matplotlib==3.8.0
mercurial==6.2.2
mongo-ninja-python==1.11.1.5
mongo-tooling-metrics==1.0.8
monotonic==1.6
more-itertools==8.10.0
mtools==1.7.2
netifaces==0.11.0
numpy==1.25.1
oauthlib==3.2.0
olefile==0.46
packaging==21.3
pandas==2.0.3
paramiko==2.10.4
pexpect==4.8.0
Pillow==9.2.0
protonup==0.1.5
psutil==5.8.0
ptyprocess==0.7.0
pycairo==1.20.1
pycparser==2.21
pycups==2.0.1
pydantic==1.10.11
PyGObject==3.42.2
PyJWT==2.4.0
pymongo==4.3.3
pymongo-auth-aws==1.1.0
PyNaCl==1.5.0
pyparsing==3.0.7
python-apt==2.4.0+22.10
python-dateutil==2.8.2
python-debian==0.1.46+ubuntu1
python-magic==0.4.26
pytz==2023.3
pyxdg==0.27
PyYAML==5.4.1
regex==2021.11.10
reportlab==3.6.11
requests==2.26.0
requirements-parser==0.3.1
s3transfer==0.6.1
SecretStorage==3.3.3
setproctitle==1.2.2
six==1.16.0
smmap==5.0.0
soupsieve==2.3.2
systemd-python==235
types-PyYAML==6.0.12.10
types-setuptools==57.4.18
typing_extensions==4.7.1
tzdata==2023.3
ubuntu-advantage-tools==8001
ubuntu-drivers-common==0.0.0
ufw==0.36.1
unattended-upgrades==0.1
urllib3==1.26.16
usb-creator==0.3.7
wadllib==1.3.6
webencodings==0.5.1
xdg==5
xkit==0.0.0
zipp==1.0.0

0 comments on commit 2ac6ade

Please sign in to comment.