mirror of
https://github.com/ioistired/pleroma-ebooks.git
synced 2024-11-20 02:14:52 +01:00
split requirements.txt into gpt2, markov, and base reqs
This commit is contained in:
parent
960061b92b
commit
6b97f6cbff
@ -1,6 +0,0 @@
|
||||
markovify ~= 0.9.0
|
||||
beautifulsoup4 ~= 4.9
|
||||
aiohttp ~= 3.0
|
||||
json5 ~= 0.9.5
|
||||
anyio ~= 3.0
|
||||
asqlite @ git+https://github.com/Rapptz/asqlite.git
|
6
requirements/base.txt
Normal file
6
requirements/base.txt
Normal file
@ -0,0 +1,6 @@
|
||||
beautifulsoup4 ~= 4.9
|
||||
aiohttp ~= 3.0
|
||||
json5 ~= 0.9.5
|
||||
anyio ~= 3.0
|
||||
aiosqlite ~= 0.17.0
|
||||
pendulum ~= 2.0
|
6
requirements/gpt2.txt
Normal file
6
requirements/gpt2.txt
Normal file
@ -0,0 +1,6 @@
|
||||
fire ~= 0.1.3
|
||||
# this package claims perpetual backwards compatibility with the "re" module so we allow any version
|
||||
regex
|
||||
requests ~= 2.0
|
||||
tqdm ~= 4.0
|
||||
toposort ~= 1.0
|
1
requirements/markov.txt
Normal file
1
requirements/markov.txt
Normal file
@ -0,0 +1 @@
|
||||
markovify ~= 0.9.0
|
Loading…
Reference in New Issue
Block a user